Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ output_plot1 = gr.outputs.Image(label="Regression plot", type='pil')
|
|
| 81 |
|
| 82 |
|
| 83 |
### configure gradio, detailed can be found at https://www.gradio.app/docs/#i_slider
|
| 84 |
-
interface = gr.Interface(fn=
|
| 85 |
inputs=[input_degree],
|
| 86 |
outputs=[output_plot1],
|
| 87 |
title="CSCI4750/5750: Polynomial Regression models \n (Model Complexity)",
|
|
|
|
| 81 |
|
| 82 |
|
| 83 |
### configure gradio, detailed can be found at https://www.gradio.app/docs/#i_slider
|
| 84 |
+
interface = gr.Interface(fn=draw_polynomial,
|
| 85 |
inputs=[input_degree],
|
| 86 |
outputs=[output_plot1],
|
| 87 |
title="CSCI4750/5750: Polynomial Regression models \n (Model Complexity)",
|