Update app.py
Browse files
app.py
CHANGED
@@ -226,8 +226,11 @@ with gr.Blocks() as demo:
|
|
226 |
|
227 |
## How to Use:
|
228 |
1. Click on "Click to Upload" to upload an image, or choose one example image.
|
|
|
229 |
2: Choose between "Generate and Download Mesh" or "Generate and Download Video", then click it.
|
|
|
230 |
3. Wait for the model to process; meshes should take approximately 10 seconds, and videos will take approximately 30 seconds.
|
|
|
231 |
4. Download the generated mesh or video.
|
232 |
|
233 |
This demo does not aim to provide optimal results but rather to provide a quick look. See our [GitHub](https://github.com/facebookresearch/vfusion3d) for more.
|
|
|
226 |
|
227 |
## How to Use:
|
228 |
1. Click on "Click to Upload" to upload an image, or choose one example image.
|
229 |
+
|
230 |
2: Choose between "Generate and Download Mesh" or "Generate and Download Video", then click it.
|
231 |
+
|
232 |
3. Wait for the model to process; meshes should take approximately 10 seconds, and videos will take approximately 30 seconds.
|
233 |
+
|
234 |
4. Download the generated mesh or video.
|
235 |
|
236 |
This demo does not aim to provide optimal results but rather to provide a quick look. See our [GitHub](https://github.com/facebookresearch/vfusion3d) for more.
|