Commit
·
e4e782c
1
Parent(s):
be0ee42
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ class ChatWrapper:
|
|
59 |
return chatResult
|
60 |
|
61 |
chat = ChatWrapper()
|
62 |
-
state = gr.
|
63 |
|
64 |
gradio_interface = gr.Interface(chat, inputs=["text", state], outputs=["text", state])
|
65 |
gradio_interface.launch(debug=True)
|
|
|
59 |
return chatResult
|
60 |
|
61 |
chat = ChatWrapper()
|
62 |
+
state = gr.State()
|
63 |
|
64 |
gradio_interface = gr.Interface(chat, inputs=["text", state], outputs=["text", state])
|
65 |
gradio_interface.launch(debug=True)
|