Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pseudolab
/
Balanced-News-Reading
like
10
Runtime error
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
gabrielwithhappy
commited on
Oct 23, 2023
Commit
8d585eb
·
1 Parent(s):
eb6af5d
remove a flag
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -13,4 +13,4 @@ with gr.Blocks() as demo:
13
14
15
if __name__ == "__main__":
16
-
demo.launch(
share=True
)
13
14
15
if __name__ == "__main__":
16
+
demo.launch()