Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -330,9 +330,6 @@ with gr.Blocks() as demo:
|
|
| 330 |
vid_out = gr.Video(label="Preview / Processed Video", visible=False, streaming=True, autoplay=True)
|
| 331 |
json_out = gr.JSON(label="Scene JSON")
|
| 332 |
zip_out = gr.File(label="Download Results")
|
| 333 |
-
|
| 334 |
-
|
| 335 |
-
with gr.Row():
|
| 336 |
clear_button = gr.Button("🧹 Clear Model Cache")
|
| 337 |
status_box = gr.Textbox(label="Status", interactive=False)
|
| 338 |
|
|
|
|
| 330 |
vid_out = gr.Video(label="Preview / Processed Video", visible=False, streaming=True, autoplay=True)
|
| 331 |
json_out = gr.JSON(label="Scene JSON")
|
| 332 |
zip_out = gr.File(label="Download Results")
|
|
|
|
|
|
|
|
|
|
| 333 |
clear_button = gr.Button("🧹 Clear Model Cache")
|
| 334 |
status_box = gr.Textbox(label="Status", interactive=False)
|
| 335 |
|