Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ iface = gr.Interface(
|
|
14 |
fn=chat_with_model,
|
15 |
inputs=gr.Textbox(prompt="You:"),
|
16 |
outputs=gr.Textbox(prompt="Bot:"),
|
17 |
-
title="Hello Mate!! π"
|
18 |
)
|
19 |
|
20 |
iface.launch()
|
|
|
14 |
fn=chat_with_model,
|
15 |
inputs=gr.Textbox(prompt="You:"),
|
16 |
outputs=gr.Textbox(prompt="Bot:"),
|
17 |
+
title="Hello Mate!! π"
|
18 |
)
|
19 |
|
20 |
iface.launch()
|