Spaces:
Running
Running
Sadjad Alikhani
commited on
Update app.py
Browse files
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 = "
|
13 |
-
EMBEDDINGS_PATH = "
|
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):
|