RobPruzan commited on
Commit
de404a4
·
1 Parent(s): 14dd913

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"]
334
 
335
 
336
  ).launch()