Spaces:
Running
on
Zero
Running
on
Zero
Modified some tips
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks() as demo:
|
|
161 |
|
162 |
button_more = gr.Button(value="Download from Rodin", variant="primary", link=rodin_url)
|
163 |
gr.Markdown("""
|
164 |
-
**
|
165 |
1. Upload an image to generate 3D geometry.
|
166 |
2. Click Redo to regenerate the model.
|
167 |
3. 4 buttons to switch the view.
|
|
|
161 |
|
162 |
button_more = gr.Button(value="Download from Rodin", variant="primary", link=rodin_url)
|
163 |
gr.Markdown("""
|
164 |
+
**TIPS**:
|
165 |
1. Upload an image to generate 3D geometry.
|
166 |
2. Click Redo to regenerate the model.
|
167 |
3. 4 buttons to switch the view.
|