Spaces:
Runtime error
Runtime error
app1
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ def chat_interface(question,history):
|
|
138 |
return answer_value
|
139 |
|
140 |
|
141 |
-
chatbot_gradio_app = gr.
|
142 |
fn=chat_interface,
|
143 |
inputs=[
|
144 |
gr.inputs.Textbox(lines=3, label="Type your message here"),
|
|
|
138 |
return answer_value
|
139 |
|
140 |
|
141 |
+
chatbot_gradio_app = gr.Interface(
|
142 |
fn=chat_interface,
|
143 |
inputs=[
|
144 |
gr.inputs.Textbox(lines=3, label="Type your message here"),
|