Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aashu-0
/
first_pytorch_space
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aashu-0
commited on
Jan 26
Commit
6b066c9
·
verified
·
1 Parent(s):
5a8ece4
update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,4 +70,4 @@ demo = gr.Interface(fn= predict,
70
)
71
72
# launch
73
-
demo.launch()
70
)
71
72
# launch
73
+
demo.launch(
share=True
)