Spaces:
Sleeping
Sleeping
Commit
·
1a06aae
1
Parent(s):
c044747
Update app.py
Browse files
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(
|