Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora
|
|
95 |
|
96 |
# Construct the URL to access the image
|
97 |
space_url = "https://killwithabass-flux-1-dev-lora-androflux.hf.space" # Replace with your actual space URL
|
98 |
-
image_url = f"{space_url}/file={image_path}"
|
99 |
|
100 |
#Log queries
|
101 |
try:
|
|
|
95 |
|
96 |
# Construct the URL to access the image
|
97 |
space_url = "https://killwithabass-flux-1-dev-lora-androflux.hf.space" # Replace with your actual space URL
|
98 |
+
image_url = f"{space_url}/gradio_api/file={image_path}"
|
99 |
|
100 |
#Log queries
|
101 |
try:
|