Spaces:
Runtime error
Runtime error
Update app/main.py
Browse files- app/main.py +2 -2
app/main.py
CHANGED
@@ -52,8 +52,8 @@ async def echo(message, history):
|
|
52 |
|
53 |
demo = gr.ChatInterface(
|
54 |
fn=echo,
|
55 |
-
examples=["hello", "
|
56 |
-
title="
|
57 |
multimodal=False
|
58 |
)
|
59 |
|
|
|
52 |
|
53 |
demo = gr.ChatInterface(
|
54 |
fn=echo,
|
55 |
+
examples=["hello", "how are you?", "What is Large Language Model?"],
|
56 |
+
title="Space of Gradio ➕ Text Generation Inference",
|
57 |
multimodal=False
|
58 |
)
|
59 |
|