Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
test1444
/
test_mmpose
like
0
Runtime error
App
Files
Files
Community
test1444
commited on
Mar 10, 2023
Commit
d7c0330
•
1 Parent(s):
d4dfc1b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -62,5 +62,4 @@ demo = gr.Interface(fn=predict,
62
article=article)
63
64
# Launch the demo!
65
-
demo.launch(
debug=False,
66
-
share=True)
62
article=article)
63
64
# Launch the demo!
65
+
demo.launch(
)