Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def report_feedback():
|
|
| 36 |
return "No prediction available to report."
|
| 37 |
|
| 38 |
# Define the Gradio interface
|
| 39 |
-
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 40 |
gr.Markdown("### Vision Transformer Model")
|
| 41 |
gr.Markdown("Upload an image to classify it using the Vision Transformer model.")
|
| 42 |
|
|
|
|
| 36 |
return "No prediction available to report."
|
| 37 |
|
| 38 |
# Define the Gradio interface
|
| 39 |
+
with gr.Blocks(css=custom_css,theme=gr.themes.Soft()) as demo:
|
| 40 |
gr.Markdown("### Vision Transformer Model")
|
| 41 |
gr.Markdown("Upload an image to classify it using the Vision Transformer model.")
|
| 42 |
|