Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def generate(image, prompt, seed):
|
|
| 11 |
print("Output:", result.stdout)
|
| 12 |
print(output_path)
|
| 13 |
# List all files and directories in the given directory
|
| 14 |
-
contents = os.listdir(
|
| 15 |
|
| 16 |
# Print the contents
|
| 17 |
for item in contents:
|
|
|
|
| 11 |
print("Output:", result.stdout)
|
| 12 |
print(output_path)
|
| 13 |
# List all files and directories in the given directory
|
| 14 |
+
contents = os.listdir("output")
|
| 15 |
|
| 16 |
# Print the contents
|
| 17 |
for item in contents:
|