frances-dean commited on
Commit
edb1777
·
verified ·
1 Parent(s): 7b646c4
Files changed (1) hide show
  1. app.py +2 -2
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.PlayableVideo(autoplay=True) # gr.HTML() #
872
- plot = gr.PlayableVideo(autoplay=True) # gr.HTML() #
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:")