chansung commited on
Commit
6008614
1 Parent(s): 1e3dfee

Update app/main.py

Browse files
Files changed (1) hide show
  1. 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", "hola", "merhaba"],
56
- title="Echo Bot",
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