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