Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Abhlash
/
BurnerBot
like
0
Runtime error
App
Files
Files
Community
Abhlash
commited on
Aug 5
Commit
ffd0494
•
1 Parent(s):
cb1336e
updated app
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(
share=True
)
95
96
if __name__ == "__main__":
97
demo.queue()
98
+
demo.launch()