MySafeCode commited on
Commit
a6370b0
·
verified ·
1 Parent(s): 2bff883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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, a random-color checkerboard appears.")
 
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):