Spaces:
Runtime error
Runtime error
suthanhcong
commited on
Commit
•
b2932f0
1
Parent(s):
bd9be51
1st Demo
Browse files- __pycache__/app.cpython-39.pyc +0 -0
- app.py +1 -1
__pycache__/app.cpython-39.pyc
DELETED
Binary file (1.08 kB)
|
|
app.py
CHANGED
@@ -32,4 +32,4 @@ with gr.Blocks() as demo:
|
|
32 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
33 |
|
34 |
if __name__ == "__main__":
|
35 |
-
demo.launch(
|
|
|
32 |
msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
33 |
|
34 |
if __name__ == "__main__":
|
35 |
+
demo.launch()
|