reab5555 commited on
Commit
bd68e16
·
verified ·
1 Parent(s): 6bb0701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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: