Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,7 @@ demo = gr.Interface(
|
|
23 |
inputs=gr.Image(type="pil"),
|
24 |
outputs=[gr.Textbox(), gr.Textbox()],
|
25 |
title="Vision Transformer Model",
|
26 |
-
description="Upload an image to classify it using the Vision Transformer model."
|
27 |
-
load=gr.Video("load_screen.mp4") # Specify the loading video
|
28 |
)
|
29 |
|
30 |
# Launch the Gradio interface
|
|
|
23 |
inputs=gr.Image(type="pil"),
|
24 |
outputs=[gr.Textbox(), gr.Textbox()],
|
25 |
title="Vision Transformer Model",
|
26 |
+
description="Upload an image to classify it using the Vision Transformer model."
|
|
|
27 |
)
|
28 |
|
29 |
# Launch the Gradio interface
|