bcvilnrotter commited on
Commit
2fcecc6
·
verified ·
1 Parent(s): 5e1b42b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def main():
11
  gr.Textbox(label='Huggingface Model Name',placeholder='llava-hf/llava-1.5-7b-hf'),
12
  gr.Textbox(label="Image URL",placeholder="https://cumberland.isis.vanderbilt.edu/stefan/rvlcdip/test_advertisement_127238fe-8352-49ed-8c5f-11488a154dd2.jpg")
13
  ],
14
- outpust=gr.Image(label="Image with ID bounding box"),
15
  title="Huggingface LLM for ID Number Detection"
16
  )
17
 
 
11
  gr.Textbox(label='Huggingface Model Name',placeholder='llava-hf/llava-1.5-7b-hf'),
12
  gr.Textbox(label="Image URL",placeholder="https://cumberland.isis.vanderbilt.edu/stefan/rvlcdip/test_advertisement_127238fe-8352-49ed-8c5f-11488a154dd2.jpg")
13
  ],
14
+ outputs=gr.Image(label="Image with ID bounding box"),
15
  title="Huggingface LLM for ID Number Detection"
16
  )
17