MusIre commited on
Commit
4a4df68
·
1 Parent(s): 735cb49

Update app.py

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