MusIre commited on
Commit
ca189d8
1 Parent(s): 24701aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -82,8 +82,4 @@ iface = gr.Interface(
82
  allow_flagging="never"
83
  )
84
 
85
- link = iface.share()
86
-
87
- print("Interface link:", link)
88
-
89
- iface.launch()
 
82
  allow_flagging="never"
83
  )
84
 
85
+ iface.launch(share=True)