teaevo commited on
Commit
9ae80e2
·
1 Parent(s): 07679b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -123,7 +123,10 @@ def sqlquery(input):
123
 
124
 
125
  chat_interface = gr.Interface(
126
- fn=chatbot_interface, inputs=["text", "text"], outputs="text", live=True
 
 
 
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",