richardkimsm89 commited on
Commit
d5446b0
·
verified ·
1 Parent(s): 2e57d97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,6 +7,6 @@ gr.load(
7
  outputs = [gr.Textbox(label = "Output")],
8
  title = "Demo",
9
  examples = [
10
- ["Hello, Llama."]
11
  ]
12
  ).launch()
 
7
  outputs = [gr.Textbox(label = "Output")],
8
  title = "Demo",
9
  examples = [
10
+ ["Hello, World."]
11
  ]
12
  ).launch()