Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VentureCircle
/
LaunchPad-Model
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
13ilguun
commited on
Jun 5, 2025
Commit
6ec6301
·
1 Parent(s):
afa12e9
Update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,4 +53,4 @@ demo = gr.ChatInterface(
53
)
54
55
if __name__ == "__main__":
56
-
demo.launch(share=True)
53
)
54
55
if __name__ == "__main__":
56
+
demo.launch(share=True
, show_error=True
)