huzey commited on
Commit
fc1e5fe
·
1 Parent(s): cb75a81
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2643,7 +2643,7 @@ with demo:
2643
  )
2644
  gr.Markdown("### Step 2b: Pick an Image and Draw a Point")
2645
  from gradio_image_prompter import ImagePrompter
2646
- image1_slider = gr.Slider(0, 0, step=1, label="Image#1 Index", value=0, elem_id="image1_slider", interactive=True)
2647
  load_one_image_button = gr.Button("🔴 Load Image", elem_id="load_one_image_button", variant='primary')
2648
  gr.Markdown("""
2649
  <h5>
@@ -3506,7 +3506,7 @@ with demo:
3506
  buttons[-1].click(fn=lambda x: gr.update(visible=False), outputs=buttons[-1])
3507
 
3508
 
3509
- with gr.Tab('Directed (experimental)', visible=False) as tab_directed_ncut:
3510
 
3511
  target_images = gr.State([])
3512
  input_images = gr.State([])
 
2643
  )
2644
  gr.Markdown("### Step 2b: Pick an Image and Draw a Point")
2645
  from gradio_image_prompter import ImagePrompter
2646
+ image1_slider = gr.Slider(0, 100, step=1, label="Image#1 Index", value=0, elem_id="image1_slider", interactive=True)
2647
  load_one_image_button = gr.Button("🔴 Load Image", elem_id="load_one_image_button", variant='primary')
2648
  gr.Markdown("""
2649
  <h5>
 
3506
  buttons[-1].click(fn=lambda x: gr.update(visible=False), outputs=buttons[-1])
3507
 
3508
 
3509
+ with gr.Tab('Directed (dev)', visible=False) as tab_directed_ncut:
3510
 
3511
  target_images = gr.State([])
3512
  input_images = gr.State([])