fantaxy commited on
Commit
f7eeb68
·
verified ·
1 Parent(s): 3c141e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -21
app.py CHANGED
@@ -194,27 +194,6 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
194
  cache_examples="lazy",
195
  )
196
 
197
- # examples = gr.Examples(
198
- # examples=[
199
- # #[42, False, "examples/image_1.jpg", 28, 4, 0.6],
200
- # [42, False, "examples/image_2.jpg", 28, 4, 0.6],
201
- # #[42, False, "examples/image_3.jpg", 28, 4, 0.6],
202
- # #[42, False, "examples/image_4.jpg", 28, 4, 0.6],
203
- # [42, False, "examples/image_5.jpg", 28, 4, 0.6],
204
- # [42, False, "examples/image_6.jpg", 28, 4, 0.6],
205
- # [42, False, "examples/image_7.jpg", 28, 4, 0.6],
206
- # ],
207
- # inputs=[
208
- # seed,
209
- # randomize_seed,
210
- # input_im,
211
- # num_inference_steps,
212
- # upscale_factor,
213
- # controlnet_conditioning_scale,
214
- # ],
215
- # )
216
-
217
-
218
  gr.on(
219
  [run_button.click],
220
  fn=infer,
 
194
  cache_examples="lazy",
195
  )
196
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  gr.on(
198
  [run_button.click],
199
  fn=infer,