Spaces:
Runtime error
Runtime error
Commit
·
d620412
1
Parent(s):
103a097
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ def chat(input_text):
|
|
13 |
|
14 |
interface = gr.Interface(
|
15 |
fn=chat,
|
16 |
-
inputs=gr.
|
17 |
-
outputs=gr.
|
18 |
title="Falcon-7b",
|
19 |
theme="dark"
|
20 |
)
|
|
|
13 |
|
14 |
interface = gr.Interface(
|
15 |
fn=chat,
|
16 |
+
inputs=gr.Textbox(label="User Question"),
|
17 |
+
outputs=gr.Textbox(label="Chatbot Response"),
|
18 |
title="Falcon-7b",
|
19 |
theme="dark"
|
20 |
)
|