Plashkar commited on
Commit
8bcceb3
·
1 Parent(s): 4169251

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,6 +35,6 @@ def graphPlot():
35
  return plt
36
 
37
  with gr.Blocks() as demo:
38
- gr.Plot(graphPlot)
39
 
40
  demo.launch(share=True)
 
35
  return plt
36
 
37
  with gr.Blocks() as demo:
38
+ gr.Plot(fn=graphPlot)
39
 
40
  demo.launch(share=True)