Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ with tabs[0]:
|
|
| 50 |
# Simulate the image generation process
|
| 51 |
try:
|
| 52 |
# Replace with your own API call
|
| 53 |
-
result = {"image_path": "
|
| 54 |
|
| 55 |
image_path = result['image_path']
|
| 56 |
image = Image.open(image_path)
|
|
|
|
| 50 |
# Simulate the image generation process
|
| 51 |
try:
|
| 52 |
# Replace with your own API call
|
| 53 |
+
result = {"image_path": "image.png", "generated_seed": seed}
|
| 54 |
|
| 55 |
image_path = result['image_path']
|
| 56 |
image = Image.open(image_path)
|