Spaces:
Build error
Build error
UrielSaltoOroz commited on
Commit ·
efd8683
1
Parent(s): ab756b2
app.py
CHANGED
|
@@ -48,6 +48,6 @@ with gr.Blocks() as dialog_app:
|
|
| 48 |
txt.submit(get_model_reply, [txt, state], [chatbot, state])
|
| 49 |
|
| 50 |
# launches the app in a new local port
|
| 51 |
-
dialog_app.launch(
|
| 52 |
|
| 53 |
|
|
|
|
| 48 |
txt.submit(get_model_reply, [txt, state], [chatbot, state])
|
| 49 |
|
| 50 |
# launches the app in a new local port
|
| 51 |
+
dialog_app.launch()
|
| 52 |
|
| 53 |
|