Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
npc0/BookSumBeta
Cran-May
/
BookSumBeta
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
npc0
commited on
Aug 16, 2023
Commit
5d8069e
·
1 Parent(s):
ffbdbeb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,4 +17,4 @@ with gr.Blocks() as demo:
17
gr.LogoutButton()
18
gr.Markdown().attach_load_event(hello, None)
19
20
-
demo.launch(
share=True
)
17
gr.LogoutButton()
18
gr.Markdown().attach_load_event(hello, None)
19
20
+
demo.launch()