Spaces:
Runtime error
Runtime error
File size: 260 Bytes
f400035 a2e82cf 1d961e5 f400035 c269e10 |
1 2 3 4 5 6 7 |
import gradio as gr
# 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) |