Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sengzi
/
TYF-1181203428
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
sengzi
commited on
Jun 16, 2023
Commit
154211d
·
1 Parent(s):
9c65493
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,4 +11,4 @@ iface = gr.Interface(
11
allow_flagging = False
12
)
13
14
-
iface.launch(inline =
False
)
11
allow_flagging = False
12
)
13
14
+
iface.launch(inline =
True,share=True
)