Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ speech = gr.Interface(
|
|
174 |
],
|
175 |
)
|
176 |
############################################################
|
177 |
-
with gr.Blocks() as video_score
|
178 |
with gr.Row():
|
179 |
with gr.Column(scale=2):
|
180 |
input_video = gr.Video(
|
|
|
174 |
],
|
175 |
)
|
176 |
############################################################
|
177 |
+
with gr.Blocks() as video_score:
|
178 |
with gr.Row():
|
179 |
with gr.Column(scale=2):
|
180 |
input_video = gr.Video(
|