Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def generate(image, prompt, seed):
|
|
| 9 |
result = subprocess.run(command, shell=True, check=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
|
| 10 |
output_path = 'output'
|
| 11 |
print("Output:", result.stdout)
|
| 12 |
-
print
|
| 13 |
# List all files and directories in the given directory
|
| 14 |
contents = os.listdir(directory_path)
|
| 15 |
|
|
|
|
| 9 |
result = subprocess.run(command, shell=True, check=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
|
| 10 |
output_path = 'output'
|
| 11 |
print("Output:", result.stdout)
|
| 12 |
+
print(output_path)
|
| 13 |
# List all files and directories in the given directory
|
| 14 |
contents = os.listdir(directory_path)
|
| 15 |
|