Ahsen Khaliq commited on
Commit
f455cb1
·
1 Parent(s): 497e471

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def plot_inference(im, caption):
139
  title = "MDETR"
140
  description = "Gradio demo for MDETR: Modulated Detection for End-to-End Multi-Modal Understanding. To use it, simply upload your image and add text, or click one of the examples to load them. Read more at the links below."
141
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.12763'>MDETR: Modulated Detection for End-to-End Multi-Modal Understanding</a> | <a href='https://github.com/ashkamath/mdetr'>Github Repo</a></p>"
142
- examples =['elephant.jpg','an elephant']
143
  gr.Interface(
144
  plot_inference,
145
  [gr.inputs.Image(type="pil", label="Input"), gr.inputs.Textbox(label="input text")],
 
139
  title = "MDETR"
140
  description = "Gradio demo for MDETR: Modulated Detection for End-to-End Multi-Modal Understanding. To use it, simply upload your image and add text, or click one of the examples to load them. Read more at the links below."
141
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.12763'>MDETR: Modulated Detection for End-to-End Multi-Modal Understanding</a> | <a href='https://github.com/ashkamath/mdetr'>Github Repo</a></p>"
142
+ examples =[['elephant.jpg','an elephant']]
143
  gr.Interface(
144
  plot_inference,
145
  [gr.inputs.Image(type="pil", label="Input"), gr.inputs.Textbox(label="input text")],