Update app.py
Browse files
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=
|
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")
|