Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JustKiddo
/
KiddosSpace
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JustKiddo
commited on
Aug 28, 2024
Commit
484af9d
·
verified
·
1 Parent(s):
1384b84
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -68,4 +68,4 @@ demo = gr.ChatInterface(
68
69
70
if __name__ == "__main__":
71
-
demo.launch()
68
69
70
if __name__ == "__main__":
71
+
demo.launch(
debug=True
)