tsereno commited on
Commit
05d1833
1 Parent(s): 796ebda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -206,7 +206,7 @@ gr.Examples(
206
  "",
207
  32,
208
  1,
209
- list("What","is","it?")
210
  ],
211
  [
212
  google_key_component,
@@ -217,7 +217,7 @@ gr.Examples(
217
  "",
218
  32,
219
  1,
220
- list("What","is","it?")
221
  ]
222
  ],
223
  cache_examples="lazy",
 
206
  "",
207
  32,
208
  1,
209
+ [("", "What is it?")]
210
  ],
211
  [
212
  google_key_component,
 
217
  "",
218
  32,
219
  1,
220
+ [("", "What is it?")]
221
  ]
222
  ],
223
  cache_examples="lazy",