prithivMLmods commited on
Commit
148746c
1 Parent(s): 2659d6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,7 +21,7 @@ import spaces
21
  import torch
22
  from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
23
 
24
- DESCRIPTION = """
25
 
26
 
27
  """
@@ -145,7 +145,7 @@ footer {
145
  '''
146
 
147
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
148
-
149
  with gr.Group():
150
  with gr.Row():
151
  prompt = gr.Text(
 
21
  import torch
22
  from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
23
 
24
+ DESCRIPTIONz= """## CANOPUS REALISM 🧒🏻
25
 
26
 
27
  """
 
145
  '''
146
 
147
  with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
148
+ gr.Markdown(DESCRIPTIONz)
149
  with gr.Group():
150
  with gr.Row():
151
  prompt = gr.Text(