benjaminStreltzin commited on
Commit
3451220
·
verified ·
1 Parent(s): bc847c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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