LeoHuang1688 commited on
Commit
4cf95db
1 Parent(s): 77dcd9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -12,7 +12,7 @@ import torch
12
  from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
13
 
14
  DESCRIPTION = """
15
- # DALL•E 3 XL v2
16
  """
17
 
18
  def save_image(img):
@@ -102,13 +102,8 @@ footer {
102
  visibility: hidden
103
  }
104
  '''
105
- with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as demo:
106
  gr.Markdown(DESCRIPTION)
107
- gr.DuplicateButton(
108
- value="Duplicate Space for private use",
109
- elem_id="duplicate-button",
110
- visible=False,
111
- )
112
 
113
  with gr.Group():
114
  with gr.Row():
 
12
  from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
13
 
14
  DESCRIPTION = """
15
+ # DALL•E 3 XL v3
16
  """
17
 
18
  def save_image(img):
 
102
  visibility: hidden
103
  }
104
  '''
105
+ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
106
  gr.Markdown(DESCRIPTION)
 
 
 
 
 
107
 
108
  with gr.Group():
109
  with gr.Row():