frances-dean commited on
Commit
8f99b2d
·
verified ·
1 Parent(s): 200fe3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -872,8 +872,8 @@ with gr.Blocks() as demo:
872
 
873
  generate_button = gr.Button("Load sample echocardiogram and generate result")
874
  with gr.Row():
875
- video = gr.PlayableVideo(autoplay='true',loop='true') # gr.HTML() #
876
- plot = gr.PlayableVideo(autoplay='true',loop='true') # gr.HTML() #
877
 
878
  with gr.Row():
879
  Rm = gr.Number(label="Mitral valve circuit resistance (Rm) mmHg*s/ml:")
 
872
 
873
  generate_button = gr.Button("Load sample echocardiogram and generate result")
874
  with gr.Row():
875
+ video = gr.PlayableVideo(autoplay='true',loop='true',width=300,height=300) # gr.HTML() #
876
+ plot = gr.PlayableVideo(autoplay='true',loop='true',width=300,height=300) # gr.HTML() #
877
 
878
  with gr.Row():
879
  Rm = gr.Number(label="Mitral valve circuit resistance (Rm) mmHg*s/ml:")