Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nmarafo
/
Child-Safe-Chatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nmarafo
commited on
Oct 17, 2024
Commit
eee8b06
·
verified
·
1 Parent(s):
53b5731
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -130,5 +130,4 @@ demo = gr.ChatInterface(
130
],
131
)
132
133
-
if __name__ == "__main__":
134
-
demo.launch()
130
],
131
)
132
133
+
demo.launch(debug=True)