Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ with gr.Blocks(js=on_load) as demo:
|
|
201 |
chat = gr.ChatInterface(
|
202 |
predict,
|
203 |
chatbot=chatbot,
|
204 |
-
title=EMOJI + " " + MODEL_NAME,
|
205 |
description=DESCRIPTION,
|
206 |
examples=[
|
207 |
["Kim jeste艣?"],
|
|
|
201 |
chat = gr.ChatInterface(
|
202 |
predict,
|
203 |
chatbot=chatbot,
|
204 |
+
title=EMOJI + " " + MODEL_NAME + " - online chat demo",
|
205 |
description=DESCRIPTION,
|
206 |
examples=[
|
207 |
["Kim jeste艣?"],
|