Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,10 @@ def sqlquery(input):
|
|
123 |
|
124 |
|
125 |
chat_interface = gr.Interface(
|
126 |
-
fn=chatbot_interface,
|
|
|
|
|
|
|
127 |
'''
|
128 |
fn=predict,
|
129 |
theme="default",
|
|
|
123 |
|
124 |
|
125 |
chat_interface = gr.Interface(
|
126 |
+
fn=chatbot_interface,
|
127 |
+
inputs=["text", "text"],
|
128 |
+
outputs="text",
|
129 |
+
live=True,
|
130 |
'''
|
131 |
fn=predict,
|
132 |
theme="default",
|