Spaces:
Runtime error
Runtime error
Update webui.py
Browse files
webui.py
CHANGED
@@ -33,7 +33,7 @@ def generate_clicked(task):
|
|
33 |
|
34 |
with model_management.interrupt_processing_mutex:
|
35 |
model_management.interrupt_processing = False
|
36 |
-
outputs=[progress_html, progress_window, progress_gallery, gallery]
|
37 |
execution_start_time = time.perf_counter()
|
38 |
finished = False
|
39 |
|
|
|
33 |
|
34 |
with model_management.interrupt_processing_mutex:
|
35 |
model_management.interrupt_processing = False
|
36 |
+
# outputs=[progress_html, progress_window, progress_gallery, gallery]
|
37 |
execution_start_time = time.perf_counter()
|
38 |
finished = False
|
39 |
|