Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -595,7 +595,7 @@ class GuiSD:
|
|
595 |
|
596 |
info_state = "COMPLETE"
|
597 |
|
598 |
-
|
599 |
|
600 |
|
601 |
def dynamic_gpu_duration(func, duration, *args):
|
|
|
595 |
|
596 |
info_state = "COMPLETE"
|
597 |
|
598 |
+
yield info_state, img, info_images
|
599 |
|
600 |
|
601 |
def dynamic_gpu_duration(func, duration, *args):
|