Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yozhikoff
/
paper-topic-classification
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Yozhikoff
commited on
Apr 15, 2023
Commit
e993597
Β·
1 Parent(s):
dcadea4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -87,4 +87,4 @@ with gr.Blocks(title='Paper classifier') as demo:
87
cache_examples=True,
88
)
89
90
-
demo.launch(
share=True
)
87
cache_examples=True,
88
)
89
90
+
demo.launch()