Sadjad Alikhani commited on
Commit
adb7e11
·
verified ·
1 Parent(s): bd6d7d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ import gradio as gr
9
  import os
10
 
11
  # Paths to the images folder (use relative paths)
12
- RAW_PATH = ".images/raw"
13
- EMBEDDINGS_PATH = ".images/embeddings"
14
 
15
  # Function to display images based on user selection
16
  def display_images(percentage, complexity):
 
9
  import os
10
 
11
  # Paths to the images folder (use relative paths)
12
+ RAW_PATH = "/images/raw"
13
+ EMBEDDINGS_PATH = "/images/embeddings"
14
 
15
  # Function to display images based on user selection
16
  def display_images(percentage, complexity):