Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
PersistState
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
awacke1
commited on
Apr 5, 2022
Commit
9954a4e
·
1 Parent(s):
310c485
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -21,4 +21,4 @@ iface = gr.Interface(
21
allow_screenshot=False,
22
allow_flagging="never",
23
)
24
-
iface.launch()
21
allow_screenshot=False,
22
allow_flagging="never",
23
)
24
+
iface.launch(
share=True
)