Spaces:
Running
Running
css
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ def main(video_path, audio_path, progress=gr.Progress(track_tqdm=True)):
|
|
168 |
|
169 |
|
170 |
|
171 |
-
with gr.Blocks(
|
172 |
with gr.Column(elem_id="col-container"):
|
173 |
|
174 |
with gr.Row():
|
|
|
168 |
|
169 |
|
170 |
|
171 |
+
with gr.Blocks() as demo:
|
172 |
with gr.Column(elem_id="col-container"):
|
173 |
|
174 |
with gr.Row():
|