Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vyke2000
/
WebOrganizer-TopicClassifier-NoURL_on_Gradio_Spaces
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Vyke2000
commited on
22 days ago
Commit
855f01e
·
1 Parent(s):
a34d6ee
feat: enable verosity
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,4 +28,4 @@ topic = gr.Interface(
28
title=title,
29
)
30
31
-
topic.launch()
28
title=title,
29
)
30
31
+
topic.launch(
show_error=True
)