kevinconka commited on
Commit
1203db2
·
1 Parent(s): 8cdef7f

Remove 'type' attribute from image input component in app.py to streamline UI configuration.

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -85,7 +85,6 @@ with gr.Blocks(theme=theme, css=css, title="SEA.AI Vision Demo") as demo:
85
  label="input",
86
  interactive=True,
87
  sources=["upload", "clipboard"],
88
- type="filepath",
89
  )
90
  img_url = gr.Textbox(
91
  lines=1,
 
85
  label="input",
86
  interactive=True,
87
  sources=["upload", "clipboard"],
 
88
  )
89
  img_url = gr.Textbox(
90
  lines=1,