Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ def chat_with_model(input_text):
|
|
| 13 |
|
| 14 |
iface = gr.Interface(
|
| 15 |
fn=chat_with_model,
|
| 16 |
-
inputs=gr.Textbox(
|
| 17 |
-
outputs=gr.Textbox(
|
| 18 |
)
|
| 19 |
|
| 20 |
iface.launch()
|
|
|
|
| 13 |
|
| 14 |
iface = gr.Interface(
|
| 15 |
fn=chat_with_model,
|
| 16 |
+
inputs=gr.Textbox("You:"),
|
| 17 |
+
outputs=gr.Textbox("Bot:"),
|
| 18 |
)
|
| 19 |
|
| 20 |
iface.launch()
|