Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
miojizzy
/
mhr_recognize_classify_app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
miojizzy
commited on
Sep 14, 2023
Commit
5dcafd1
·
1 Parent(s):
c6cb9c9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,4 +20,4 @@ demo = gr.Interface(
20
outputs="text",
21
)
22
23
-
demo.launch()
20
outputs="text",
21
)
22
23
+
demo.launch(
share=True
)