TuanScientist commited on
Commit
3cc1d02
·
verified ·
1 Parent(s): 3f51428

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -88,8 +88,8 @@ inputs = [
88
  ]
89
 
90
  outputs = [
91
- gr.outputs.Textbox(label="Predicted House Square Footage"),
92
- gr.outputs.File(label="Excel Printed Result"),
93
  ]
94
 
95
  interface = gr.Interface(
 
88
  ]
89
 
90
  outputs = [
91
+ gr.Textbox(label="Predicted House Square Footage"),
92
+ gr.File(label="Excel Printed Result"),
93
  ]
94
 
95
  interface = gr.Interface(