ntam0001 commited on
Commit
70f62b6
·
verified ·
1 Parent(s): 210f9e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,4 +43,4 @@ link = gr.Markdown("For more details, visit [Github](https://github.com/94etienn
43
  footer = "Etienne NTAMBARA @AI_Engineer"
44
 
45
  # Launch the interface
46
- gr.Interface(fn=predict_price, inputs=inputs, outputs= outputs=[outputs, link], title="Real Estate Price Prediction", article=footer).launch()
 
43
  footer = "Etienne NTAMBARA @AI_Engineer"
44
 
45
  # Launch the interface
46
+ gr.Interface(fn=predict_price, inputs=inputs, outputs=[outputs, link], title="Real Estate Price Prediction", article=footer).launch()