jasonmomoo commited on
Commit
c63d063
·
1 Parent(s): d6d7b62

initial commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,4 +56,4 @@ iface = gr.Interface(
56
  )
57
 
58
  print("Launching Gradio interface...")
59
- iface.launch()
 
56
  )
57
 
58
  print("Launching Gradio interface...")
59
+ iface.launch(share=True)