histlearn commited on
Commit
c48f486
·
verified ·
1 Parent(s): 7cf0139

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -234,9 +234,8 @@ def process_image(image):
234
 
235
  # Caminhos para as imagens de exemplo
236
  example_image_paths = [
237
- "./example1.jpeg",
238
- "./example2.jpeg",
239
- "./example3.jpeg"
240
  ]
241
 
242
  # Interface Gradio
 
234
 
235
  # Caminhos para as imagens de exemplo
236
  example_image_paths = [
237
+ "./example2.jpeg"
238
+
 
239
  ]
240
 
241
  # Interface Gradio