Spaces:
Runtime error
Runtime error
typo inputs
Browse files
app.py
CHANGED
@@ -48,10 +48,7 @@ if __name__ == "__main__":
|
|
48 |
|
49 |
gr.Interface(
|
50 |
predict(api_key),
|
51 |
-
inputs=
|
52 |
-
gr.inputs.Textbox(label="Address or place name"),
|
53 |
-
gr.inputs.Image(label="Input Image"),
|
54 |
-
],
|
55 |
outputs=[
|
56 |
gr.outputs.Image(type="numpy", label="Original image"),
|
57 |
gr.outputs.Image(type="numpy", label="Flooding"),
|
|
|
48 |
|
49 |
gr.Interface(
|
50 |
predict(api_key),
|
51 |
+
inputs=inputs,
|
|
|
|
|
|
|
52 |
outputs=[
|
53 |
gr.outputs.Image(type="numpy", label="Original image"),
|
54 |
gr.outputs.Image(type="numpy", label="Flooding"),
|