Abubakar Abid commited on
Commit
7abd372
1 Parent(s): 0cf08e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ io1 = gr.Interface.load("huggingface/google/vit-base-patch16-224")
10
  io2 = gr.Interface.load("huggingface/facebook/deit-base-distilled-patch16-224")
11
 
12
  title = "VIT and Deit Parallel Demo"
13
- description = "demo for Google VIT and Facebook Deit using Gradio parallel and Huggingface Models. Upload an image or click an example image to use. Read more at the links below"
14
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2010.11929'>VIT</a> | <a href='https://github.com/google-research/vision_transformer'>Vision Transformer Github</a> | <a href='https://arxiv.org/abs/2012.12877'>Deit</a>| <a href='https://github.com/facebookresearch/deit'>Deit Github</a> | <a href='https://gradio.app/blog/using-huggingface-models'>Gradio Blog</a></p>"
15
 
16
  examples = [['cat.jpg'], ['dog.jpg']]
10
  io2 = gr.Interface.load("huggingface/facebook/deit-base-distilled-patch16-224")
11
 
12
  title = "VIT and Deit Parallel Demo"
13
+ description = "Demo for 2 Vision Transformers: Google VIT and Facebook Deit using Gradio Parallel and Huggingface Models. Upload an image or click an example image to use. Read more at the links below"
14
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2010.11929'>VIT</a> | <a href='https://github.com/google-research/vision_transformer'>Vision Transformer Github</a> | <a href='https://arxiv.org/abs/2012.12877'>Deit</a>| <a href='https://github.com/facebookresearch/deit'>Deit Github</a> | <a href='https://gradio.app/blog/using-huggingface-models'>Gradio Blog</a></p>"
15
 
16
  examples = [['cat.jpg'], ['dog.jpg']]