Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
JungminChung
/
India_ResNet
like
0
Sleeping
App
Files
Files
Community
정정민
commited on
Apr 21
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)