Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stinoco
/
first_demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
stinoco
commited on
Oct 12, 2022
Commit
fed83d3
·
1 Parent(s):
ef04218
first deploy
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,4 +26,4 @@ demo = gr.Interface(
26
title = 'Deploy Test'
27
)
28
29
-
demo.launch(
share = True
)
26
title = 'Deploy Test'
27
)
28
29
+
demo.launch()