Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,9 @@ with gr.Blocks() as demo:
|
|
| 218 |
with gr.Row():
|
| 219 |
|
| 220 |
with gr.Column():
|
|
|
|
| 221 |
img_input = gr.Image(type="pil", label="Input Image")
|
|
|
|
| 222 |
examples_component = gr.Examples(examples=examples, inputs=img_input, outputs=None, examples_per_page=3)
|
| 223 |
generate_mesh_button = gr.Button("Generate and Download Mesh")
|
| 224 |
generate_video_button = gr.Button("Generate and Download Video")
|
|
|
|
| 218 |
with gr.Row():
|
| 219 |
|
| 220 |
with gr.Column():
|
| 221 |
+
gr.Markdown("**VFusion3D is now officially on Facebook repo: you can use it with A100s GPU here: [https://huggingface.co/spaces/facebook/VFusion3D](https://huggingface.co/spaces/facebook/VFusion3D)**")
|
| 222 |
img_input = gr.Image(type="pil", label="Input Image")
|
| 223 |
+
|
| 224 |
examples_component = gr.Examples(examples=examples, inputs=img_input, outputs=None, examples_per_page=3)
|
| 225 |
generate_mesh_button = gr.Button("Generate and Download Mesh")
|
| 226 |
generate_video_button = gr.Button("Generate and Download Video")
|