Spaces:
Build error
Build error
matplotlib
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ iface = gr.Interface(
|
|
204 |
gr.inputs.Slider(minimum=1, maximum=240, step=1, default=15, label="Min Y"),
|
205 |
gr.inputs.Slider(minimum=1, maximum=240, step=1, default=215, label="Max Y"),
|
206 |
],
|
207 |
-
outputs=[gr.outputs.Plot(type="
|
208 |
enable_queue=True,
|
209 |
title=title,
|
210 |
description=description,
|
|
|
204 |
gr.inputs.Slider(minimum=1, maximum=240, step=1, default=15, label="Min Y"),
|
205 |
gr.inputs.Slider(minimum=1, maximum=240, step=1, default=215, label="Max Y"),
|
206 |
],
|
207 |
+
outputs=[gr.outputs.Plot(type="matplotlib")],
|
208 |
enable_queue=True,
|
209 |
title=title,
|
210 |
description=description,
|