Spaces:
Runtime error
Runtime error
SaladSlayer00
commited on
Commit
•
09d93d9
1
Parent(s):
050833f
Update app.py
Browse files
app.py
CHANGED
@@ -83,10 +83,11 @@ def predict_and_fetch_images(input_image):
|
|
83 |
return "Error during prediction", 0, [], "N/A", str(e)
|
84 |
|
85 |
example_images = [
|
86 |
-
"images/megan_fox.
|
87 |
-
"images/chris_evans.
|
88 |
-
"images/millie_bobby_brown.
|
89 |
-
"images/alvaro_morte.
|
|
|
90 |
]
|
91 |
|
92 |
# Gradio interface
|
|
|
83 |
return "Error during prediction", 0, [], "N/A", str(e)
|
84 |
|
85 |
example_images = [
|
86 |
+
"images/megan_fox.png",
|
87 |
+
"images/chris_evans.png",
|
88 |
+
"images/millie_bobby_brown.png",
|
89 |
+
"images/alvaro_morte.png",
|
90 |
+
"images/amber_heard.png"
|
91 |
]
|
92 |
|
93 |
# Gradio interface
|