ParityError commited on
Commit
4edb263
·
verified ·
1 Parent(s): 06b1c11

Update app.py

Browse files

label="Image"
).style(height=320) -> label="Image", height=320

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -64,8 +64,7 @@ with gr.Blocks(theme='ParityError/Anime') as demo:
64
  check = gr.Checkbox(label="Go")
65
  with gr.Column(variant="panel", scale=2):
66
  img = gr.Image(
67
- "https://gradio-static-files.s3.us-west-2.amazonaws.com/header-image.jpg", label="Image"
68
- ).style(height=320)
69
  with gr.Row():
70
  go_btn = gr.Button("Go", label="Primary Button", variant="primary")
71
  clear_btn = gr.Button(
 
64
  check = gr.Checkbox(label="Go")
65
  with gr.Column(variant="panel", scale=2):
66
  img = gr.Image(
67
+ "https://gradio-static-files.s3.us-west-2.amazonaws.com/header-image.jpg", label="Image", height=320)
 
68
  with gr.Row():
69
  go_btn = gr.Button("Go", label="Primary Button", variant="primary")
70
  clear_btn = gr.Button(