RamAnanth1 commited on
Commit
aefcfee
·
1 Parent(s): dc30bc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def curve_fit(size, alpha, lam):
68
  )
69
  ax.text(0.05, -1.0, text, fontsize=12)
70
 
71
- return axes[0], axes[1]
72
 
73
 
74
  with gr.Blocks(theme=theme) as demo:
 
68
  )
69
  ax.text(0.05, -1.0, text, fontsize=12)
70
 
71
+ return fig[0], fig[1]
72
 
73
 
74
  with gr.Blocks(theme=theme) as demo: