Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,9 +10,7 @@ import torch
|
|
| 10 |
from typing import Tuple
|
| 11 |
|
| 12 |
|
| 13 |
-
DESCRIPTION = """ # Instant Image
|
| 14 |
-
### Super fast text to Image Generator.
|
| 15 |
-
### <span style='color: red;'>You may change the steps from 4 to 8, if you didn't get satisfied results.
|
| 16 |
### First Image processing takes time then images generate faster.
|
| 17 |
"""
|
| 18 |
if not torch.cuda.is_available():
|
|
|
|
| 10 |
from typing import Tuple
|
| 11 |
|
| 12 |
|
| 13 |
+
DESCRIPTION = """ # Instant Text to Image Generator.
|
|
|
|
|
|
|
| 14 |
### First Image processing takes time then images generate faster.
|
| 15 |
"""
|
| 16 |
if not torch.cuda.is_available():
|