jiehou commited on
Commit
b396772
·
verified ·
1 Parent(s): 4ae1877

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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="CSCI4750/5750: Polynomial Regression models \n (Model Complexity)",
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)