Ahsen Khaliq commited on
Commit
b5aeba7
1 Parent(s): 03c4550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,8 +48,8 @@ inputs = gr.inputs.Image(type='pil', label="Original Image")
48
  outputs = gr.outputs.Label(type="confidences",num_top_classes=5)
49
 
50
  title = "Deit"
51
- description = "demo for Facebook DeiT: Data-efficient Image Transformers. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
52
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2012.12877'>Training data-efficient image transformers & distillation through attention</a> | <a href='https://github.com/facebookresearch/deit'>Github Repo</a></p>"
53
 
54
  examples = [
55
  ['deer.jpeg'],
 
48
  outputs = gr.outputs.Label(type="confidences",num_top_classes=5)
49
 
50
  title = "Deit"
51
+ description = "Gradio demo for Facebook DeiT: Data-efficient Image Transformers. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
52
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2012.12877' target='_blank'>Training data-efficient image transformers & distillation through attention</a> | <a href='https://github.com/facebookresearch/deit' target='_blank'>Github Repo</a></p>"
53
 
54
  examples = [
55
  ['deer.jpeg'],