Dekonstruktio commited on
Commit
1466874
·
verified ·
1 Parent(s): 680482f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False)
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)"], \