benjaminStreltzin commited on
Commit
333fd10
·
verified ·
1 Parent(s): f83a3a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -23,8 +23,7 @@ demo = gr.Interface(
23
  inputs=gr.Image(type="pil"),
24
  outputs=[gr.Textbox(), gr.Textbox()],
25
  title="Vision Transformer Model",
26
- description="Upload an image to classify it using the Vision Transformer model.",
27
- load=gr.Video("load_screen.mp4") # Specify the loading video
28
  )
29
 
30
  # Launch the Gradio interface
 
23
  inputs=gr.Image(type="pil"),
24
  outputs=[gr.Textbox(), gr.Textbox()],
25
  title="Vision Transformer Model",
26
+ description="Upload an image to classify it using the Vision Transformer model."
 
27
  )
28
 
29
  # Launch the Gradio interface