Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,12 +27,12 @@ def chat(input_text, history=[]):
|
|
27 |
iface = gr.Interface(
|
28 |
fn=chat,
|
29 |
inputs=[
|
30 |
-
gr.
|
31 |
-
|
32 |
],
|
33 |
outputs=[
|
34 |
-
gr.
|
35 |
-
|
36 |
],
|
37 |
live=True,
|
38 |
title="ุฏุฑุฏุดุฉ ุฃุทูุณ",
|
|
|
27 |
iface = gr.Interface(
|
28 |
fn=chat,
|
29 |
inputs=[
|
30 |
+
gr.Textbox(label="ุฃุฏุฎู ุฑุณุงูุชู ููุง"),
|
31 |
+
gr.State()
|
32 |
],
|
33 |
outputs=[
|
34 |
+
gr.Chatbot(label="ุงูู
ุญุงุฏุซุฉ"),
|
35 |
+
gr.State()
|
36 |
],
|
37 |
live=True,
|
38 |
title="ุฏุฑุฏุดุฉ ุฃุทูุณ",
|