Spaces:
Running
Running
frances-dean
commited on
Commit
•
597a33a
1
Parent(s):
13dd6b4
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():
|