Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,10 +13,6 @@ from datetime import datetime
|
|
13 |
# Description for the app
|
14 |
DESCRIPTION = """
|
15 |
# Instant Image
|
16 |
-
### Super fast text to Image Generator.
|
17 |
-
### <span style='color: red;'>You may change the steps from 4 to 8, if you didn't get satisfied results.
|
18 |
-
### First Image processing takes time then images generate faster.
|
19 |
-
### Must Try -> Instant Video https://huggingface.co/spaces/KingNish/Instant-Video
|
20 |
"""
|
21 |
if not torch.cuda.is_available():
|
22 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|
|
|
13 |
# Description for the app
|
14 |
DESCRIPTION = """
|
15 |
# Instant Image
|
|
|
|
|
|
|
|
|
16 |
"""
|
17 |
if not torch.cuda.is_available():
|
18 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|