Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JungminChung
/
India_ResNet
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
정정민
commited on
Apr 21, 2024
Commit
f311d45
·
1 Parent(s):
d49dd52
Delete: share=True in launch method
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -59,5 +59,5 @@ demo = gr.Interface(
59
],
60
)
61
62
-
#
demo.launch()
63
-
demo.launch(share=True)
59
],
60
)
61
62
+
demo.launch()
63
+
#
demo.launch(share=True)