Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abhillubillu
/
gameapp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abhillubillu
commited on
Aug 27, 2024
Commit
a68a183
·
verified
·
1 Parent(s):
80eb9d8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,4 +65,4 @@ demo = gr.ChatInterface(
65
66
67
if __name__ == "__main__":
68
-
demo.launch()
65
66
67
if __name__ == "__main__":
68
+
demo.launch(
show_error=True
)