Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,7 @@ demo = gr.Interface(
|
|
| 49 |
fn=chat,
|
| 50 |
inputs=gr.Textbox(label="input_text"),
|
| 51 |
outputs="text",
|
| 52 |
-
title="
|
| 53 |
allow_flagging="never"
|
| 54 |
)
|
| 55 |
|
|
|
|
| 49 |
fn=chat,
|
| 50 |
inputs=gr.Textbox(label="input_text"),
|
| 51 |
outputs="text",
|
| 52 |
+
title="Kairon (Unprimed)",
|
| 53 |
allow_flagging="never"
|
| 54 |
)
|
| 55 |
|