Update app.py
Browse files
app.py
CHANGED
@@ -86,10 +86,10 @@ def load_readme():
|
|
86 |
|
87 |
# Example images (replace these with actual file paths)
|
88 |
example_images = [
|
89 |
-
"C-A (44).png",
|
90 |
-
"C-S (362).png",
|
91 |
-
"MS-A (9).png",
|
92 |
-
"MS-S (19).png"
|
93 |
]
|
94 |
|
95 |
with gr.Blocks() as demo:
|
|
|
86 |
|
87 |
# Example images (replace these with actual file paths)
|
88 |
example_images = [
|
89 |
+
"examples/C-A (44).png",
|
90 |
+
"examples/C-S (362).png",
|
91 |
+
"examples/MS-A (9).png",
|
92 |
+
"examples/MS-S (19).png"
|
93 |
]
|
94 |
|
95 |
with gr.Blocks() as demo:
|