Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lucifertrj
/
Gradio-Blog-Demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lucifertrj
commited on
Oct 5, 2022
Commit
a903f89
·
1 Parent(s):
8b2b1d0
remove share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,4 +34,4 @@ demo = gr.Interface(fn=predict,
34
outputs="number",
35
live=True, streaming=True)
36
37
-
demo.launch(
share=True
)
34
outputs="number",
35
live=True, streaming=True)
36
37
+
demo.launch()