akhaliq HF staff commited on
Commit
7406f21
1 Parent(s): ff95fa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ description="Gradio Demo for Swin Transformer: Hierarchical Vision Transformer u
5
 
6
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.12086' target='_blank'>Swin Transformer: Hierarchical Vision Transformer using Shifted Windows</a> | <a href='https://github.com/microsoft/Swin-Transformer' target='_blank'>Github Repo</a></p>"
7
 
8
- gr.Interface.load("huggingface/microsoft/swin-large-patch4-window12-384-in22k",examples=[["tiger.jpeg"]]).launch()
 
5
 
6
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2201.12086' target='_blank'>Swin Transformer: Hierarchical Vision Transformer using Shifted Windows</a> | <a href='https://github.com/microsoft/Swin-Transformer' target='_blank'>Github Repo</a></p>"
7
 
8
+ gr.Interface.load("huggingface/microsoft/swin-large-patch4-window12-384-in22k",title=title, article=article,description=description,examples=[["tiger.jpeg"]]).launch(enable_queue=True,cache_examples=True)