Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vrk
/
MultiClass-Classifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Vrk
commited on
Jun 20, 2022
Commit
c5d6aa2
·
1 Parent(s):
34fc4ed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -89,4 +89,4 @@ demo = gr.Interface(
89
],
90
)
91
92
-
demo.launch(debug=True)
89
],
90
)
91
92
+
demo.launch(debug=True
, inline=True
)