nanom commited on
Commit
702f8f4
·
1 Parent(s): dae046a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,12 +61,12 @@ with demo:
61
  gr.Examples(
62
  examples=[
63
  "glass in guys hand on right first guy",
64
- [ "i have been happy",
65
  "the happy spiders",
66
  "gradio is a package that allows users to create simple web apps with just a few lines of code",
67
  "the best dog out there"],
68
  inputs=input_expr,
69
- examples_per_page=4,
70
  )
71
 
72
  input_expr.change(
 
61
  gr.Examples(
62
  examples=[
63
  "glass in guys hand on right first guy",
64
+ "i have been happy",
65
  "the happy spiders",
66
  "gradio is a package that allows users to create simple web apps with just a few lines of code",
67
  "the best dog out there"],
68
  inputs=input_expr,
69
+ examples_per_page=5,
70
  )
71
 
72
  input_expr.change(