Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,11 +18,10 @@ demo = gr.Interface(
|
|
18 |
inputs=gr.Image(type="pil"),
|
19 |
outputs=[gr.Textbox(), gr.Textbox()],
|
20 |
title="Vision Transformer Model",
|
21 |
-
description="Upload an image to classify it using the Vision Transformer model."
|
22 |
-
theme="compact"
|
23 |
live=True
|
24 |
)
|
25 |
|
26 |
-
|
27 |
# Launch the Gradio interface
|
28 |
demo.launch()
|
|
|
18 |
inputs=gr.Image(type="pil"),
|
19 |
outputs=[gr.Textbox(), gr.Textbox()],
|
20 |
title="Vision Transformer Model",
|
21 |
+
description="Upload an image to classify it using the Vision Transformer model.",
|
22 |
+
theme="compact",
|
23 |
live=True
|
24 |
)
|
25 |
|
|
|
26 |
# Launch the Gradio interface
|
27 |
demo.launch()
|