return gr text

This commit is contained in:
marksverdhei 2025-08-06 00:19:42 +02:00
parent 98a946ebb0
commit aa120ef46e

3
wgp.py
View File

@ -5402,9 +5402,8 @@ def process_tasks(state):
if abort:
gen["abort"] = False
status = "Video Generation Aborted", "Video Generation Aborted"
# yield gr.Text(), gr.Text()
# yield time.time() , time.time()
gen["status"] = status
return gr.Text(), gr.Text()
queue[:] = [item for item in queue if item['id'] != task['id']]
update_global_queue_ref(queue)