Mituuu commited on
Commit
53bb987
·
verified ·
1 Parent(s): 3c56885

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ demo = gr.Interface(
35
  outputs=["text"],
36
  )
37
  ## YOUR_CODE_ENDS_HERE
38
- demo.launch()
 
35
  outputs=["text"],
36
  )
37
  ## YOUR_CODE_ENDS_HERE
38
+ demo.launch(share=True)