abidlabs HF Staff commited on
Commit
0e64a4c
·
verified ·
1 Parent(s): 80f5dc3

Update app.py

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