Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -518,7 +518,7 @@ with gr.Blocks() as demo:
|
|
| 518 |
|
| 519 |
generate_button = gr.Button("Load sample echocardiogram and generate result")
|
| 520 |
with gr.Row():
|
| 521 |
-
video = gr.PlayableVideo(format="avi"
|
| 522 |
plot = gr.Plot()
|
| 523 |
|
| 524 |
with gr.Row():
|
|
|
|
| 518 |
|
| 519 |
generate_button = gr.Button("Load sample echocardiogram and generate result")
|
| 520 |
with gr.Row():
|
| 521 |
+
video = gr.PlayableVideo() #format="avi"
|
| 522 |
plot = gr.Plot()
|
| 523 |
|
| 524 |
with gr.Row():
|