Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -131,9 +131,8 @@ output_plot1 = gr.Image(label="Regression plot", type='pil')
|
|
| 131 |
interface = gr.Interface(fn=draw_polynomial,
|
| 132 |
inputs=[input_degree],
|
| 133 |
outputs=[set_formula, set_output, output_plot1],
|
| 134 |
-
title="
|
| 135 |
-
theme = 'huggingface'
|
| 136 |
-
layout = 'vertical'
|
| 137 |
)
|
| 138 |
|
| 139 |
interface.launch(debug=True)
|
|
|
|
| 131 |
interface = gr.Interface(fn=draw_polynomial,
|
| 132 |
inputs=[input_degree],
|
| 133 |
outputs=[set_formula, set_output, output_plot1],
|
| 134 |
+
title="ML Demo: Polynomial Regression models \n (Model Complexity)",
|
| 135 |
+
theme = 'huggingface'
|
|
|
|
| 136 |
)
|
| 137 |
|
| 138 |
interface.launch(debug=True)
|