Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
owaiskha9654
/
Multi-Label-Classification-of-Pubmed-Articles
like
7
Runtime error
App
Files
Files
Community
owaiskha9654
commited on
Jul 31, 2022
Commit
28ee649
β’
1 Parent(s):
cf8a311
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -98,4 +98,4 @@ app = gr.Interface(
98
analytics_enabled=False,
99
)
100
101
-
app.launch(
inline=True,share=True
)
98
analytics_enabled=False,
99
)
100
101
+
app.launch()