Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
title="Deit-base"
|
4 |
-
gr.Interface.load("facebook/deit-base-distilled-patch16-384",title=title)
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
title="Deit-base"
|
4 |
+
gr.Interface.load("huggingface/facebook/deit-base-distilled-patch16-384",title=title)
|