miojizzy commited on
Commit
68bbb55
·
1 Parent(s): 7ece8bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks() as demo:
73
 
74
  gr.Markdown("## Text Examples")
75
  gr.Examples(
76
- ["hi", "hello"],
77
  txt,
78
  txt_3,
79
  greet3,
 
73
 
74
  gr.Markdown("## Text Examples")
75
  gr.Examples(
76
+ [["hi"], ["hello"]],
77
  txt,
78
  txt_3,
79
  greet3,