Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
levjam
/
architecture_identifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
seamusbarnes
commited on
Dec 31, 2023
Commit
38728e6
·
1 Parent(s):
768d1ee
removed share=True as it is not supported on Huggingface Spaces
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -14,4 +14,4 @@ gr.Interface(fn=predict,
14
inputs='image',
15
outputs='label',
16
live=True
17
-
).launch(
share=True
)
14
inputs='image',
15
outputs='label',
16
live=True
17
+
).launch()