Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts/daily-papers
pxiaoer
/
papers
like
15
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pxiaoer
commited on
Nov 3, 2023
Commit
6eda27d
·
1 Parent(s):
27479e5
remove debug info
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -31,4 +31,4 @@ with gr.Blocks(css="style.css") as demo:
31
)
32
33
if __name__ == "__main__":
34
-
demo.queue(api_open=False).launch(
debug
=True)
31
)
32
33
if __name__ == "__main__":
34
+
demo.queue(api_open=False).launch(
share
=True)