Spaces:
Sleeping
Sleeping
Andrei Cozma
commited on
Commit
·
a5e34df
1
Parent(s):
0f41753
Updates
Browse files
demo.py
CHANGED
@@ -303,6 +303,7 @@ def run(
|
|
303 |
|
304 |
if localstate.should_reset is True:
|
305 |
localstate.should_reset = False
|
|
|
306 |
yield (
|
307 |
localstate,
|
308 |
None,
|
|
|
303 |
|
304 |
if localstate.should_reset is True:
|
305 |
localstate.should_reset = False
|
306 |
+
localstate.current_policy = None
|
307 |
yield (
|
308 |
localstate,
|
309 |
None,
|