trttung1610 commited on
Commit
1a06aae
·
1 Parent(s): c044747

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -129,8 +129,7 @@ inputs = [
129
 
130
  outputs = [
131
  gr.outputs.Textbox(label="Sum of Predicted House Square Footage"),
132
- gr.outputs.File(label="Excel Result"),
133
- gr.outputs.Image(label="Uploaded Image")
134
  ]
135
 
136
  interface = gr.Interface(
 
129
 
130
  outputs = [
131
  gr.outputs.Textbox(label="Sum of Predicted House Square Footage"),
132
+ gr.outputs.File(label="Excel Result")
 
133
  ]
134
 
135
  interface = gr.Interface(