richardkimsm89 commited on
Commit
0779167
·
verified ·
1 Parent(s): 0a22b24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ app = gr.Interface(
13
  outputs = [gr.Textbox(label = "Output")],
14
  title = "Demo",
15
  examples = [
16
- ["Hello, World."]
17
  ]
18
  )
19
 
 
13
  outputs = [gr.Textbox(label = "Output")],
14
  title = "Demo",
15
  examples = [
16
+ ["Hello, Llama."]
17
  ]
18
  )
19