File size: 277 Bytes
f400035
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr

# Load the private Space (replace 'your-username/private-space' with your actual private Space path)
private_space = gr.Interface.load("shivanis14/FastMotionDetection")

# Launch the interface
if __name__ == "__main__":
    private_space.launch(share=True)