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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -19,6 +19,8 @@ demo = gr.Interface(
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
  )
23
 
24
 
 
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