Omnibus commited on
Commit
59e8d3b
β€’
1 Parent(s): 6d580b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -16
app.py CHANGED
@@ -85,22 +85,7 @@ with app:
85
  ### Blurred Image Output
86
  """)
87
  image_output = gr.Image()
88
- with gr.Column():
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,