Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fylex
/
swin-pascal-imageclassification-gradio
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fylexx
commited on
Jun 27
Commit
ff32308
·
1 Parent(s):
eee112c
Gradio app using Hub model
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -51,4 +51,4 @@ demo = gr.Interface(
51
)
52
53
if __name__ == "__main__":
54
-
demo.launch()
51
)
52
53
if __name__ == "__main__":
54
+
demo.launch(
share=True
)