Spaces:
Running
Running
Add more examples
Browse files
app.py
CHANGED
@@ -37,10 +37,12 @@ with demo:
|
|
37 |
out_image_tree = gr.HTML(label="")
|
38 |
|
39 |
gr.Examples(
|
40 |
-
examples=[
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
|
|
|
|
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 |
)
|