Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MusIre
/
ASSESSMENT_3_PART_2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MusIre
commited on
Dec 10, 2023
Commit
4a4df68
·
1 Parent(s):
735cb49
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
CHANGED
Viewed
@@ -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()