Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Abhlash
/
BurnerBot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Abhlash
commited on
Aug 5, 2024
Commit
cb1336e
·
verified
·
1 Parent(s):
21d1455
share = true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -95,4 +95,4 @@ with gr.Blocks(css=custom_css) as demo:
95
96
if __name__ == "__main__":
97
demo.queue()
98
-
demo.launch()
95
96
if __name__ == "__main__":
97
demo.queue()
98
+
demo.launch(
share=True
)