Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,6 +60,7 @@ def infer(
|
|
| 60 |
generator=generator,
|
| 61 |
use_resolution_binning=use_resolution_binning,
|
| 62 |
).images[0]
|
|
|
|
| 63 |
return image, seed
|
| 64 |
|
| 65 |
examples = [
|
|
|
|
| 60 |
generator=generator,
|
| 61 |
use_resolution_binning=use_resolution_binning,
|
| 62 |
).images[0]
|
| 63 |
+
image.save("output_image.png")
|
| 64 |
return image, seed
|
| 65 |
|
| 66 |
examples = [
|