roll-ai commited on
Commit
150135c
Β·
verified Β·
1 Parent(s): b0da608

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ with gr.Blocks() as monitor_tab:
180
 
181
  with gr.Blocks() as app:
182
  with gr.Tab("πŸŽ₯ Video Generator"):
183
- video_interface.render()
184
  with gr.Tab("πŸ“Š System Monitor"):
185
  monitor_tab.render()
186
 
 
180
 
181
  with gr.Blocks() as app:
182
  with gr.Tab("πŸŽ₯ Video Generator"):
183
+ video_tab.render()
184
  with gr.Tab("πŸ“Š System Monitor"):
185
  monitor_tab.render()
186