ntcc-project commited on
Commit
3eb0550
·
verified ·
1 Parent(s): e2751b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,4 +69,4 @@ gui = gr.Interface(
69
  outputs="text"
70
  )
71
 
72
- gui.launch()
 
69
  outputs="text"
70
  )
71
 
72
+ gui.launch(share = True)