Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
JUNGU
/
talkwithmom
like
0
Sleeping
App
Files
Files
Community
JUNGU
commited on
Nov 18, 2023
Commit
b79a052
•
1 Parent(s):
46d63ab
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -49,4 +49,4 @@ with gr.Blocks() as demo:
49
50
txt.submit(predict, [txt, state], [chatbot, state])
51
52
-
demo.launch(debug=True
, share=True
)
49
50
txt.submit(predict, [txt, state], [chatbot, state])
51
52
+
demo.launch(debug=True)