Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanket03
/
MLAppDemo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sanket03
commited on
Aug 3, 2023
Commit
ee170be
·
1 Parent(s):
b0fb322
removing share as its not supported in Spaces
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -47,4 +47,4 @@ demo = gr.Interface(
47
examples = examples,
48
)
49
50
-
demo.launch(
share=True
)
47
examples = examples,
48
)
49
50
+
demo.launch()