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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora
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
 
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