killwithabass commited on
Commit
e35757e
·
verified ·
1 Parent(s): 4ef5bd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -77,6 +77,9 @@ def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora
77
 
78
  image.save(image_path, pnginfo=metadata)
79
 
 
 
 
80
  # Construct the URL to access the image
81
  space_url = "https://killwithabass-flux-1-dev-lora-androflux.hf.space" # Replace with your actual space URL
82
  image_url = f"{space_url}/file={image_path}"
 
77
 
78
  image.save(image_path, pnginfo=metadata)
79
 
80
+ print ("CWD: " + os.getcwd())
81
+ print (os.listdir())
82
+
83
  # Construct the URL to access the image
84
  space_url = "https://killwithabass-flux-1-dev-lora-androflux.hf.space" # Replace with your actual space URL
85
  image_url = f"{space_url}/file={image_path}"