Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,12 +61,12 @@ with demo:
|
|
61 |
gr.Examples(
|
62 |
examples=[
|
63 |
"glass in guys hand on right first guy",
|
64 |
-
|
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=
|
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(
|