5m4ck3r commited on
Commit
6756bf5
·
verified ·
1 Parent(s): b83a14e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -21,11 +21,9 @@ MAX_SEED = np.iinfo(np.int32).max
21
  MAX_IMAGE_SIZE = 2048
22
 
23
  custom_css = """
24
- <style>
25
- .built-with {
26
- display: none !important;
27
- }
28
- </style>
29
  """
30
 
31
  def text_to_image(prompt, height, width, seed, num_inference_steps,
 
21
  MAX_IMAGE_SIZE = 2048
22
 
23
  custom_css = """
24
+ .built-with {
25
+ display: none !important;
26
+ }
 
 
27
  """
28
 
29
  def text_to_image(prompt, height, width, seed, num_inference_steps,