Update app.py
Browse files
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 |
-
|
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 |
|