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