Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mhue
/
Demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mhue
commited on
Jun 24
Commit
e83c262
·
1 Parent(s):
b1a5715
Remove unnecessary share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,4 +9,4 @@ demo = gr.Interface(
9
outputs=["text"],
10
)
11
12
-
demo.launch(
share=True
)
9
outputs=["text"],
10
)
11
12
+
demo.launch()