Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def generate_image(prompt, trigger_word, steps, seed, cfg_scale, width, height,
|
|
108 |
|
109 |
# Construct the URL to access the image
|
110 |
|
111 |
-
space_url = "https://killwithabass-flux-gay-lora-explorer.hf.space"
|
112 |
image_url = f"{space_url}/file={image_path}"
|
113 |
|
114 |
#Log queries
|
|
|
108 |
|
109 |
# Construct the URL to access the image
|
110 |
|
111 |
+
space_url = "https://killwithabass-flux-gay-lora-explorer.hf.space/gradio_api"
|
112 |
image_url = f"{space_url}/file={image_path}"
|
113 |
|
114 |
#Log queries
|