Spaces:
Running
on
Zero
Running
on
Zero
<fix> fix a bug.
Browse files
app.py
CHANGED
@@ -45,6 +45,7 @@ there's no need to manually input edge maps, depth maps, or other condition imag
|
|
45 |
The corresponding condition images will be automatically extracted.
|
46 |
"""
|
47 |
|
|
|
48 |
pipe = None
|
49 |
current_task = None
|
50 |
|
|
|
45 |
The corresponding condition images will be automatically extracted.
|
46 |
"""
|
47 |
|
48 |
+
global pipe, current_task
|
49 |
pipe = None
|
50 |
current_task = None
|
51 |
|