ompramod commited on
Commit
b74a5fc
Β·
verified Β·
1 Parent(s): 024f758

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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():