Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,6 +16,7 @@ DESCRIPTION = """ # 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 |
"""
|
| 20 |
if not torch.cuda.is_available():
|
| 21 |
DESCRIPTION += "\n<p>Running on CPU 🥶 This demo does not work on CPU.</p>"
|
|
|
|
| 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>"
|