albertvillanova HF staff commited on
Commit
066d746
·
verified ·
1 Parent(s): cd863f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -25,4 +25,6 @@ with gr.Blocks() as demo:
25
  btn.click(
26
  fn=display_plot,
27
  outputs=plot,
28
- )
 
 
 
25
  btn.click(
26
  fn=display_plot,
27
  outputs=plot,
28
+ )
29
+
30
+ demo.launch()