killwithabass commited on
Commit
7fadf1b
·
verified ·
1 Parent(s): 2e2718d

Update app.py

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