benjaminStreltzin commited on
Commit
ba7113b
·
verified ·
1 Parent(s): 75f06df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -22,7 +22,6 @@ with gr.Blocks(theme=theme) as demo:
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
- live=True, # Allows immediate prediction
26
  )
27
 
28
  # Launch the Gradio interface
 
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