deepfloyd alpha 0.2 time fix
Browse files
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 |
|