Spaces:
Runtime error
Runtime error
frances-dean
commited on
try loop
Browse files
app.py
CHANGED
@@ -868,8 +868,8 @@ with gr.Blocks() as demo:
|
|
868 |
|
869 |
generate_button = gr.Button("Load sample echocardiogram and generate result")
|
870 |
with gr.Row():
|
871 |
-
video = gr.
|
872 |
-
plot = gr.
|
873 |
|
874 |
with gr.Row():
|
875 |
Rm = gr.Number(label="Mitral valve circuit resistance (Rm) mmHg*s/ml:")
|
|
|
868 |
|
869 |
generate_button = gr.Button("Load sample echocardiogram and generate result")
|
870 |
with gr.Row():
|
871 |
+
video = gr.Video(loop='true') # gr.HTML() #
|
872 |
+
plot = gr.Video(loop='true') # gr.HTML() #
|
873 |
|
874 |
with gr.Row():
|
875 |
Rm = gr.Number(label="Mitral valve circuit resistance (Rm) mmHg*s/ml:")
|