Spaces:
Runtime error
Runtime error
Abubakar Abid
commited on
Commit
•
7abd372
1
Parent(s):
0cf08e6
Update app.py
Browse files
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 = "
|
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']]
|