fantaxy commited on
Commit
ee1afaf
·
verified ·
1 Parent(s): 704accc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -20
app.py CHANGED
@@ -184,7 +184,7 @@ def create_snow_effect():
184
  return gr.HTML(snow_html)
185
 
186
 
187
- with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
188
 
189
  create_snow_effect()
190
  with gr.Row():
@@ -247,25 +247,6 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
247
  cache_examples="lazy",
248
  )
249
 
250
- # examples = gr.Examples(
251
- # examples=[
252
- # #[42, False, "examples/image_1.jpg", 28, 4, 0.6],
253
- # [42, False, "examples/image_2.jpg", 28, 4, 0.6],
254
- # #[42, False, "examples/image_3.jpg", 28, 4, 0.6],
255
- # #[42, False, "examples/image_4.jpg", 28, 4, 0.6],
256
- # [42, False, "examples/image_5.jpg", 28, 4, 0.6],
257
- # [42, False, "examples/image_6.jpg", 28, 4, 0.6],
258
- # [42, False, "examples/image_7.jpg", 28, 4, 0.6],
259
- # ],
260
- # inputs=[
261
- # seed,
262
- # randomize_seed,
263
- # input_im,
264
- # num_inference_steps,
265
- # upscale_factor,
266
- # controlnet_conditioning_scale,
267
- # ],
268
- # )
269
 
270
 
271
  gr.on(
 
184
  return gr.HTML(snow_html)
185
 
186
 
187
+ with gr.Blocks(theme="soft", css=css) as demo:
188
 
189
  create_snow_effect()
190
  with gr.Row():
 
247
  cache_examples="lazy",
248
  )
249
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
250
 
251
 
252
  gr.on(