Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TomData
/
PoliticsToYou
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
TomData
commited on
Apr 27, 2024
Commit
85e76f5
·
1 Parent(s):
5b20ce0
share = true
Browse files
Files changed (1)
hide
show
Home.py
+1
-1
Home.py
CHANGED
Viewed
@@ -20,6 +20,6 @@ with gr.Blocks() as App:
20
21
22
if __name__ == "__main__":
23
-
App.launch(share=
True
)
24
25
20
21
22
if __name__ == "__main__":
23
+
App.launch(share=
False
)
#true not supported on hf spaces
24
25