DurgaDeepak commited on
Commit
1ee0a3c
·
verified ·
1 Parent(s): 74041a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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