rahulvenkk
commited on
Commit
·
fd62b72
1
Parent(s):
6e760bb
update instructions
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks() as demo:
|
|
114 |
selected_points = gr.State([]) # store points
|
115 |
zero_length_toggle = gr.Checkbox(label="Select patches to be kept fixed", value=False) # Toggle for zero-length vectors
|
116 |
with gr.Row():
|
117 |
-
gr.Markdown('Click on the image to
|
118 |
undo_button = gr.Button('Undo last action')
|
119 |
clear_button = gr.Button('Clear All')
|
120 |
|
|
|
114 |
selected_points = gr.State([]) # store points
|
115 |
zero_length_toggle = gr.Checkbox(label="Select patches to be kept fixed", value=False) # Toggle for zero-length vectors
|
116 |
with gr.Row():
|
117 |
+
gr.Markdown('1. **Click on the image** to specify patch motion by selecting a start and end point. \n 2. After selecting the points to move, enable the **"Select patches to be kept fixed"** checkbox to choose a few points to keep fixed. \n 3. **Click "Run Model"** to visualize the result of the intervention.')
|
118 |
undo_button = gr.Button('Undo last action')
|
119 |
clear_button = gr.Button('Clear All')
|
120 |
|