Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -234,9 +234,9 @@ def process_image(image):
|
|
234 |
|
235 |
# Caminhos para as imagens de exemplo
|
236 |
example_image_paths = [
|
237 |
-
"main/example1.
|
238 |
-
"main/example2.
|
239 |
-
"main/example3.
|
240 |
]
|
241 |
|
242 |
# Interface Gradio
|
|
|
234 |
|
235 |
# Caminhos para as imagens de exemplo
|
236 |
example_image_paths = [
|
237 |
+
"main/example1.jpeg",
|
238 |
+
"main/example2.jpeg",
|
239 |
+
"main/example3.jpeg"
|
240 |
]
|
241 |
|
242 |
# Interface Gradio
|