Update app.py
Browse files
app.py
CHANGED
@@ -2,4 +2,4 @@ import gradio as gr
|
|
2 |
|
3 |
title="BEiT"
|
4 |
description="Gradio demo for BEiT: BERT Pre-Training of Image Transformers"
|
5 |
-
gr.Interface.load("huggingface/microsoft/beit-
|
|
|
2 |
|
3 |
title="BEiT"
|
4 |
description="Gradio demo for BEiT: BERT Pre-Training of Image Transformers"
|
5 |
+
gr.Interface.load("huggingface/microsoft/beit-large-patch16-224-pt22k-ft22k",title=title,description=description).launch()
|