RobPruzan commited on
Commit
004e984
1 Parent(s): de404a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -330,7 +330,7 @@ interface = gr.Interface(
330
 
331
  rounded=True,
332
  container=True,
333
- examples=["Testing to see if examples work"]
334
 
335
 
336
  ).launch()
 
330
 
331
  rounded=True,
332
  container=True,
333
+ examples=[["Testing to see if examples work"], ['testing again']]
334
 
335
 
336
  ).launch()