Update app.py
Browse files
app.py
CHANGED
@@ -23,10 +23,10 @@ Antworten Sie auf Deutsch.
|
|
23 |
|
24 |
# Load one image
|
25 |
IMAGE_OPTIONS = {
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
}
|
31 |
|
32 |
# Function to run model
|
|
|
23 |
|
24 |
# Load one image
|
25 |
IMAGE_OPTIONS = {
|
26 |
+
"Bild 1": "example1.jpg",
|
27 |
+
"Bild 2": "example2.jpg",
|
28 |
+
"Bild 3": "example3.png",
|
29 |
+
"Bild 4": "example4.jpg"
|
30 |
}
|
31 |
|
32 |
# Function to run model
|