nanom commited on
Commit
18e49ea
1 Parent(s): 026f6fc

Add more examples

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -37,10 +37,12 @@ with demo:
37
  out_image_tree = gr.HTML(label="")
38
 
39
  gr.Examples(
40
- examples=[ "Glass in guys hand on right first guy",
41
- "I have been happy",
42
- "The happy spiders",
43
- "Gradio is a package that allows users to create simple web apps with just a few lines of code"],
 
 
44
  inputs=input_expr,
45
  examples_per_page=20,
46
  )
 
37
  out_image_tree = gr.HTML(label="")
38
 
39
  gr.Examples(
40
+ examples=[
41
+ "glass in guys hand on right first guy",
42
+ "i have been happy",
43
+ "the happy spiders",
44
+ "gradio is a package that allows users to create simple web apps with just a few lines of code",
45
+ "the best dog out there"],
46
  inputs=input_expr,
47
  examples_per_page=20,
48
  )