shivanis14 commited on
Commit
019af99
·
verified ·
1 Parent(s): 97dfded

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,7 +1,5 @@
1
  import gradio as gr
2
- gr.Interface.load(
3
- "huggingface/google/vit-base-patch16-224",
4
- examples=["alligator.jpg", "laptop.jpg"]).launch(share=True)
5
 
6
  # Load the private Space (replace 'your-username/private-space' with your actual private Space path)
7
  #iface = gr.Interface.load("huggingface/shivanis14/FastMotionDetection")
 
1
  import gradio as gr
2
+ gr.Interface.load("huggingface/google/vit-base-patch16-224").launch(share=True)
 
 
3
 
4
  # Load the private Space (replace 'your-username/private-space' with your actual private Space path)
5
  #iface = gr.Interface.load("huggingface/shivanis14/FastMotionDetection")