CrazyEric commited on
Commit
437bcfc
1 Parent(s): 0dbac0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -272,9 +272,6 @@ with gr.Blocks(css="style.css") as demo:
272
  step=1,
273
  value=25,
274
  )
275
-
276
- # 使用 size_option 的选择结果来动态设置 width 和 height 的值
277
- size_option.change(fn=set_size, inputs=size_option, outputs=[width, height])
278
 
279
  gr.Examples(
280
  label="例子",
 
272
  step=1,
273
  value=25,
274
  )
 
 
 
275
 
276
  gr.Examples(
277
  label="例子",