Spaces:
Sleeping
Sleeping
change inputs and outputs
Browse files
app.py
CHANGED
@@ -43,8 +43,8 @@ def chatbot(input_text):
|
|
43 |
print("=====Done 3")
|
44 |
iface = gr.Interface(
|
45 |
fn=chatbot,
|
46 |
-
inputs=
|
47 |
-
outputs=
|
48 |
live=False, #set false to avoid caching
|
49 |
interpretation="chat",
|
50 |
title="ChatFinance",
|
|
|
43 |
print("=====Done 3")
|
44 |
iface = gr.Interface(
|
45 |
fn=chatbot,
|
46 |
+
inputs='text',
|
47 |
+
outputs='text',
|
48 |
live=False, #set false to avoid caching
|
49 |
interpretation="chat",
|
50 |
title="ChatFinance",
|