5m4ck3r commited on
Commit
63604a5
1 Parent(s): 322cdde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def processAndGetMask(image: str, text: str):
99
 
100
  gr = gradio.Interface(
101
  processAndGetMask,
102
- [gr.inputs.Image(label="image", type="pil"), "text"],
103
  "image"
104
  )
105
  gr.launch(share=True)
 
99
 
100
  gr = gradio.Interface(
101
  processAndGetMask,
102
+ [gradio.inputs.Image(label="image", type="pil"), "text"],
103
  "image"
104
  )
105
  gr.launch(share=True)