Spaces:
Running
Running
fix
Browse files
app.py
CHANGED
|
@@ -576,9 +576,6 @@ with gr.Blocks() as demo:
|
|
| 576 |
|
| 577 |
|
| 578 |
generate_button.click(fn=generate_example, outputs = [video,plot,Rm,Ra,Emax,Emin,Vd,Tc,start_v])
|
| 579 |
-
|
| 580 |
-
while True:
|
| 581 |
-
video.play()
|
| 582 |
|
| 583 |
simulation_button.click(fn=pvloop_simulator_plot_only, inputs = [sl1,sl2,sl3,sl4,sl5,sl6,sl7], outputs = [gr.Plot()])
|
| 584 |
|
|
|
|
| 576 |
|
| 577 |
|
| 578 |
generate_button.click(fn=generate_example, outputs = [video,plot,Rm,Ra,Emax,Emin,Vd,Tc,start_v])
|
|
|
|
|
|
|
|
|
|
| 579 |
|
| 580 |
simulation_button.click(fn=pvloop_simulator_plot_only, inputs = [sl1,sl2,sl3,sl4,sl5,sl6,sl7], outputs = [gr.Plot()])
|
| 581 |
|