skkk commited on
Commit
599e14e
·
1 Parent(s): cdea98e

Modify HELP

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -165,9 +165,10 @@ with gr.Blocks() as demo:
165
  button_more = gr.Button(value="Download", variant="primary", link=rodin_url)
166
  gr.Markdown("""
167
  **HELP**:
168
- 1. Upload an image and click "Generate/Redo" to generate 3D geometry.
169
- 2. 4 buttons to switch the view.
170
- 3. Swipe to rotate the model.
 
171
  """)
172
  cache_task_uuid = gr.Text(value="", visible=False)
173
 
 
165
  button_more = gr.Button(value="Download", variant="primary", link=rodin_url)
166
  gr.Markdown("""
167
  **HELP**:
168
+ 1. Upload an image to generate 3D geometry.
169
+ 2. Click Redo to regenerate the model.
170
+ 3. 4 buttons to switch the view.
171
+ 4. Swipe to rotate the model.
172
  """)
173
  cache_task_uuid = gr.Text(value="", visible=False)
174