Spaces:
Sleeping
Sleeping
Commit
·
761a92b
1
Parent(s):
8036af1
Update app.py
Browse files
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.
|
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 = [
|