Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def fake_diffusion(steps):
|
|
11 |
print(f"Current step: {i}")
|
12 |
with log_file.open("a") as f:
|
13 |
f.write(f"Current step: {i}\n")
|
14 |
-
time.sleep(
|
15 |
yield str(i)
|
16 |
|
17 |
|
|
|
11 |
print(f"Current step: {i}")
|
12 |
with log_file.open("a") as f:
|
13 |
f.write(f"Current step: {i}\n")
|
14 |
+
time.sleep(1)
|
15 |
yield str(i)
|
16 |
|
17 |
|