Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rajesh1729
/
gradio-realtime-news-app
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rajesh1729
commited on
Feb 15, 2022
Commit
e83c79d
·
1 Parent(s):
e7402d4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,4 +33,4 @@ iface = Series(extractor, summarizer,
33
theme = 'grass',
34
layout = 'horizontal')
35
36
-
iface.launch()
33
theme = 'grass',
34
layout = 'horizontal')
35
36
+
iface.launch(
debug=True
)