Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|