chenyangqi commited on
Commit
0cbd26d
1 Parent(s): 7e0c74d

update another example of low resource

Browse files
Files changed (1) hide show
  1. app_fatezero.py +12 -12
app_fatezero.py CHANGED
@@ -143,18 +143,18 @@ with gr.Blocks(css='style.css') as demo:
143
  10,
144
  7.5,
145
  ],
146
- # [
147
- # 'CompVis/stable-diffusion-v1-4',
148
- # 'FateZero/data/style/sunflower',
149
- # 'a yellow sunflower',
150
- # 'van gogh style painting of a yellow sunflower',
151
- # 0.5,
152
- # 0.5,
153
- # 'van gogh',
154
- # 10,
155
- # 50,
156
- # 7.5,
157
- # ],
158
  ]
159
  gr.Examples(examples=examples,
160
  inputs=[
 
143
  10,
144
  7.5,
145
  ],
146
+ [
147
+ 'CompVis/stable-diffusion-v1-4',
148
+ 'FateZero/data/style/sunflower',
149
+ 'a yellow sunflower',
150
+ 'van gogh style painting of a yellow sunflower',
151
+ 0.5,
152
+ 0.5,
153
+ 'van gogh',
154
+ 10,
155
+ 10,
156
+ 7.5,
157
+ ],
158
  ]
159
  gr.Examples(examples=examples,
160
  inputs=[