Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ with demo:
|
|
50 |
with gr.Column():
|
51 |
with gr.Row():
|
52 |
Image_input = gr.Image(type="numpy", label="Input", interactive=True)
|
53 |
-
Image_anchor = gr.Image(type="numpy", label="Anchor", interactive=True, visible=
|
54 |
with gr.Row():
|
55 |
Num_anchor = gr.Number(precision=0, value=8, label="Num. of anchors (3~14)")
|
56 |
Radio_resolution = gr.Radio(type="index", choices=["Low (256x256)", "High (512x512)"], \
|
|
|
50 |
with gr.Column():
|
51 |
with gr.Row():
|
52 |
Image_input = gr.Image(type="numpy", label="Input", interactive=True)
|
53 |
+
Image_anchor = gr.Image(type="numpy", label="Anchor", interactive=True, visible=True)
|
54 |
with gr.Row():
|
55 |
Num_anchor = gr.Number(precision=0, value=8, label="Num. of anchors (3~14)")
|
56 |
Radio_resolution = gr.Radio(type="index", choices=["Low (256x256)", "High (512x512)"], \
|