drhead commited on
Commit
aa6ceae
1 Parent(s): 77f9c27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ with gr.Blocks(css=".output-class { display: none; }") as demo:
165
  """)
166
  with gr.Row():
167
  with gr.Column():
168
- image_input = gr.Image(label="Source", sources=['upload'], type='pil', height=768, show_label=False)
169
  threshold_slider = gr.Slider(minimum=0.00, maximum=1.00, step=0.01, value=0.20, label="Threshold")
170
  with gr.Column():
171
  tag_string = gr.Textbox(label="Tag String")
 
165
  """)
166
  with gr.Row():
167
  with gr.Column():
168
+ image_input = gr.Image(label="Source", sources=['upload'], type='pil', height=512, show_label=False)
169
  threshold_slider = gr.Slider(minimum=0.00, maximum=1.00, step=0.01, value=0.20, label="Threshold")
170
  with gr.Column():
171
  tag_string = gr.Textbox(label="Tag String")