prithivMLmods commited on
Commit
5105592
·
verified ·
1 Parent(s): 67dc26c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,7 +9,7 @@ import spaces
9
  import torch
10
  from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
11
 
12
- DESCRIPTIONx = """## REALVISXL V5
13
 
14
  """
15
 
@@ -113,7 +113,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
113
  placeholder="Enter your prompt",
114
  container=False,
115
  )
116
- run_button = gr.Button("Run⚡", scale=0)
117
  result = gr.Gallery(label="Result", columns=1, show_label=False)
118
 
119
  with gr.Accordion("Advanced options", open=False, visible=True):
 
9
  import torch
10
  from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
11
 
12
+ DESCRIPTIONx = """## REALVISXL V5 🦉
13
 
14
  """
15
 
 
113
  placeholder="Enter your prompt",
114
  container=False,
115
  )
116
+ run_button = gr.Button("Run ⚡", scale=0)
117
  result = gr.Gallery(label="Result", columns=1, show_label=False)
118
 
119
  with gr.Accordion("Advanced options", open=False, visible=True):