File size: 412 Bytes
f400035
97dfded
 
 
f400035
 
97dfded
 
f400035
97dfded
1
2
3
4
5
6
7
8
9
10
import gradio as gr
gr.Interface.load(
             "huggingface/google/vit-base-patch16-224",
             examples=["alligator.jpg", "laptop.jpg"]).launch(share=True)

# Load the private Space (replace 'your-username/private-space' with your actual private Space path)
#iface = gr.Interface.load("huggingface/shivanis14/FastMotionDetection")
#print(type(iface))
# Launch the interface
#iface.launch(share=True)