Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,6 @@ with gr.Blocks(theme=theme) as demo:
|
|
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 |
-
live=True, # Allows immediate prediction
|
26 |
)
|
27 |
|
28 |
# Launch the Gradio interface
|
|
|
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
|