Spaces:
Runtime error
Runtime error
einsafutdinov
commited on
Commit
Β·
265a0aa
1
Parent(s):
38a22f4
fix a typo
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def main():
|
|
75 |
gr.Markdown(
|
76 |
"""
|
77 |
# Flash3D
|
78 |
-
**Flash3D** [[project page](https://www.robots.ox.ac.uk/~vgg/research/flash3d/)] is a fast, super efficient, trinable on a single GPU in a day for
|
79 |
The model used in the demo was trained on only **RealEstate10k dataset on a single A6000 GPU within 1 day**.
|
80 |
Upload an image of a scene or click on one of the provided examples to see how the Flash3D does.
|
81 |
The 3D viewer will render a .ply scene exported from the 3D Gaussians, which is only an approximation.
|
|
|
75 |
gr.Markdown(
|
76 |
"""
|
77 |
# Flash3D
|
78 |
+
**Flash3D** [[project page](https://www.robots.ox.ac.uk/~vgg/research/flash3d/)] is a fast, super efficient, trinable on a single GPU in a day for dense 3D reconstruction from a single image.
|
79 |
The model used in the demo was trained on only **RealEstate10k dataset on a single A6000 GPU within 1 day**.
|
80 |
Upload an image of a scene or click on one of the provided examples to see how the Flash3D does.
|
81 |
The 3D viewer will render a .ply scene exported from the 3D Gaussians, which is only an approximation.
|