Spaces:
Runtime error
Runtime error
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) |