SaiKumar1627 commited on
Commit
04c74e2
·
verified ·
1 Parent(s): 77a1307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -33,4 +33,5 @@ iface = gr.Interface(
33
  )
34
 
35
  # Launch Gradio App
36
- iface.launch()
 
 
33
  )
34
 
35
  # Launch Gradio App
36
+ iface.launch(share=True)
37
+