Pavankalyan commited on
Commit
a8cf832
1 Parent(s): cfb88f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ demo = gr.Interface(
15
  inputs=["text"],
16
  outputs=["text"],
17
  )
18
- demo.launch()
19
 
 
15
  inputs=["text"],
16
  outputs=["text"],
17
  )
18
+ demo.launch(share=True)
19