Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MusIre
/
ASSESSMENT_3_PART_2
like
0
Runtime error
App
Files
Files
Community
MusIre
commited on
Dec 10, 2023
Commit
ca189d8
•
1 Parent(s):
24701aa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-5
app.py
CHANGED
Viewed
@@ -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
)