Spaces:
Running
Running
Update app.py
Browse files
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:")
|