vict0rsch commited on
Commit
7ef76f3
1 Parent(s): bb7d044

typo inputs

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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"),