Spaces:
Building
on
Zero
Building
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -364,4 +364,4 @@ with gr.Blocks() as demo:
|
|
364 |
)
|
365 |
chat_box.submit(chat_function, inputs=[chat_box, chat_display], outputs=[chat_display, chat_box])
|
366 |
|
367 |
-
demo.launch(
|
|
|
364 |
)
|
365 |
chat_box.submit(chat_function, inputs=[chat_box, chat_display], outputs=[chat_display, chat_box])
|
366 |
|
367 |
+
demo.launch()
|