Spaces:
Paused
Paused
Update app.py
Browse files
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")
|