benjaminStreltzin commited on
Commit
7b1ab49
·
verified ·
1 Parent(s): 1951355

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ with gr.Interface(theme=theme) as demo:
21
  inputs=gr.Image(type="pil"),
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
 
21
  inputs=gr.Image(type="pil"),
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