Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,8 @@ demo = gr.Interface(
|
|
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 |
)
|
23 |
|
24 |
|
|
|
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 |
|