Update app.py
Browse files
app.py
CHANGED
|
@@ -259,7 +259,8 @@ def create_interface():
|
|
| 259 |
with gr.Blocks(title="MP4 → Voxels → 3D") as interface:
|
| 260 |
|
| 261 |
gr.Markdown("# 📹 MP4 → Voxels → 3D")
|
| 262 |
-
gr.Markdown("Convert video files into voxelized 3D meshes. If no file is uploaded,
|
|
|
|
| 263 |
|
| 264 |
with gr.Row():
|
| 265 |
with gr.Column(scale=1):
|
|
|
|
| 259 |
with gr.Blocks(title="MP4 → Voxels → 3D") as interface:
|
| 260 |
|
| 261 |
gr.Markdown("# 📹 MP4 → Voxels → 3D")
|
| 262 |
+
gr.Markdown("Convert video files into voxelized 3D meshes. If no file is uploaded, we have some messed up error handling.")
|
| 263 |
+
gr.Markdown("There is no AI involved here so dont expect magic. If the mp4 file is crafted for this purpose it could look ok.")
|
| 264 |
|
| 265 |
with gr.Row():
|
| 266 |
with gr.Column(scale=1):
|