nneka commited on
Commit
4ce3dee
1 Parent(s): 2be7369

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ interface = gr.Interface(
23
  )
24
 
25
  # Launch the interface
26
- interface.launch()
 
23
  )
24
 
25
  # Launch the interface
26
+ interface.launch(share=True)