trttung1610 commited on
Commit
761a92b
·
1 Parent(s): 8036af1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def predict_house_area(room_id, excel_file, image_files):
124
  inputs = [
125
  gr.inputs.Textbox(label = "Mã Phòng" , type = "text"),
126
  gr.inputs.File(label="Excel File", type="file"),
127
- gr.inputs.File(label="Images", type="file", file_count="multiple")
128
  ]
129
 
130
  outputs = [
 
124
  inputs = [
125
  gr.inputs.Textbox(label = "Mã Phòng" , type = "text"),
126
  gr.inputs.File(label="Excel File", type="file"),
127
+ gr.inputs.Image(label="Images", type="file", file_count="multiple")
128
  ]
129
 
130
  outputs = [