Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
aefcfee
1
Parent(s):
dc30bc9
Update app.py
Browse files
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
|
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:
|