Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marioboy
/
neil-breen
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
marioboy
commited on
Mar 26, 2023
Commit
a25254f
·
1 Parent(s):
4b2e8d8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -57,4 +57,4 @@ gr.Interface(
57
description=DESCRIPTION,
58
article=article,
59
examples=examples
60
-
).launch()
57
description=DESCRIPTION,
58
article=article,
59
examples=examples
60
+
).launch(
share=True
)