litav commited on
Commit
c0cf78c
·
verified ·
1 Parent(s): 4808bc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -18,11 +18,10 @@ demo = gr.Interface(
18
  inputs=gr.Image(type="pil"),
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
-
27
  # Launch the Gradio interface
28
  demo.launch()
 
18
  inputs=gr.Image(type="pil"),
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
  # Launch the Gradio interface
27
  demo.launch()