AkshitShubham commited on
Commit
b4b3681
·
verified ·
1 Parent(s): 66f43b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -172,19 +172,6 @@ def create_interface():
172
  show_copy_button=True
173
  )
174
 
175
- gr.Markdown("### Example Images")
176
- gr.Examples(
177
- examples=[
178
- ["https://i.imgur.com/v8h3jch.png", 50],
179
- ["https://i.imgur.com/s1pbf2s.png", 50],
180
- ["https://i.imgur.com/SA5IqgO.png", 50]
181
- ],
182
- inputs=[image_input, min_shape_size],
183
- outputs=output_json,
184
- fn=image_to_excalidraw_json,
185
- cache_examples=False
186
- )
187
-
188
  # Connect the button click event to the processing function
189
  process_btn.click(
190
  fn=image_to_excalidraw_json,
 
172
  show_copy_button=True
173
  )
174
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  # Connect the button click event to the processing function
176
  process_btn.click(
177
  fn=image_to_excalidraw_json,