lunarflu HF Staff commited on
Commit
3d72860
·
1 Parent(s): 154eb2f

deepfloyd alpha 0.2 time fix

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ import random
12
  from PIL import Image
13
  import matplotlib.pyplot as plt
14
  import matplotlib.image as mpimg
 
15
 
16
 
17
 
 
12
  from PIL import Image
13
  import matplotlib.pyplot as plt
14
  import matplotlib.image as mpimg
15
+ import time
16
 
17
 
18