Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nonzeroexit
/
AMP-Classifier
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nonzeroexit
commited on
Feb 8
Commit
8310453
·
verified
·
1 Parent(s):
56ac66e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,4 +40,4 @@ iface = gr.Interface(
40
)
41
42
# Launch app
43
-
iface.launch()
40
)
41
42
# Launch app
43
+
iface.launch(
share=True
)