FallDetection04 / app.py
shivanis14's picture
Update app.py
c269e10 verified
raw
history blame
230 Bytes
import gradio as gr
# Load the private Space (replace 'your-username/private-space' with your actual private Space path)
iface = gr.Interface.load("shivanis14/FastMotionDetection")
# Launch the interface
iface.launch(share=True)