fffiloni commited on
Commit
66d038e
1 Parent(s): dfaa5fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def infer(image_path, prompt, orbit_type, progress=gr.Progress(track_tqdm=True))
114
 
115
  return f"output_{timestamp}.mp4"
116
 
117
- with gr.Blocks() as demo:
118
  with gr.Column(elem_id="col-container"):
119
  gr.Markdown("# DimensionX")
120
  gr.Markdown("### Create Any 3D and 4D Scenes from a Single Image with Controllable Video Diffusion")
 
114
 
115
  return f"output_{timestamp}.mp4"
116
 
117
+ with gr.Blocks(analytics_enabled=False) as demo:
118
  with gr.Column(elem_id="col-container"):
119
  gr.Markdown("# DimensionX")
120
  gr.Markdown("### Create Any 3D and 4D Scenes from a Single Image with Controllable Video Diffusion")