Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
gr.Interface.load(
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
gr.Interface.load(
|
4 |
+
"huggingface/google/vit-base-patch16-224",
|
5 |
+
theme="default",
|
6 |
+
css=".footer{display:none !important}",
|
7 |
+
title=None).launch
|