Commit
·
ecec617
1
Parent(s):
c625b20
Update app.py
Browse files
app.py
CHANGED
@@ -50,4 +50,4 @@ chat = ChatWrapper()
|
|
50 |
state = gr.outputs.State()
|
51 |
|
52 |
gradio_interface = gr.Interface(chat, inputs=["text", state], outputs=["text", state])
|
53 |
-
gradio_interface.launch(debug=True
|
|
|
50 |
state = gr.outputs.State()
|
51 |
|
52 |
gradio_interface = gr.Interface(chat, inputs=["text", state], outputs=["text", state])
|
53 |
+
gradio_interface.launch(debug=True)
|