caohy666 commited on
Commit
5fd1b45
·
1 Parent(s): 8e7659c

<fix> fix a bug.

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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