Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -85,22 +85,7 @@ with app:
|
|
85 |
### Blurred Image Output
|
86 |
""")
|
87 |
image_output = gr.Image()
|
88 |
-
|
89 |
-
gr.Markdown(
|
90 |
-
"""
|
91 |
-
### Example Images
|
92 |
-
""")
|
93 |
-
gr.Examples(
|
94 |
-
examples=[
|
95 |
-
"test_images/dog_horse_cowboy.jpg",
|
96 |
-
"test_images/woman_and_dog.jpg",
|
97 |
-
"test_images/family_in_sofa.jpg",
|
98 |
-
"test_images/group_of_friends.jpg",
|
99 |
-
"test_images/people_group.jpg"
|
100 |
-
],
|
101 |
-
fn=image_objects,
|
102 |
-
inputs=image_input,
|
103 |
-
outputs=object_output)
|
104 |
|
105 |
image_input.change(fn=image_objects,
|
106 |
inputs=image_input,
|
|
|
85 |
### Blurred Image Output
|
86 |
""")
|
87 |
image_output = gr.Image()
|
88 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
image_input.change(fn=image_objects,
|
91 |
inputs=image_input,
|