ahella commited on
Commit
19bffa9
1 Parent(s): 321fd68

Upload 2 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,4 +41,4 @@ iface = gr.Interface(
41
  )
42
 
43
  # Launch the interface
44
- iface.launch()
 
41
  )
42
 
43
  # Launch the interface
44
+ iface.launch(share=True)