shivanis14 commited on
Commit
c269e10
·
verified ·
1 Parent(s): f400035

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,8 +1,7 @@
1
  import gradio as gr
2
 
3
  # Load the private Space (replace 'your-username/private-space' with your actual private Space path)
4
- private_space = gr.Interface.load("shivanis14/FastMotionDetection")
5
 
6
  # Launch the interface
7
- if __name__ == "__main__":
8
- private_space.launch(share=True)
 
1
  import gradio as gr
2
 
3
  # Load the private Space (replace 'your-username/private-space' with your actual private Space path)
4
+ iface = gr.Interface.load("shivanis14/FastMotionDetection")
5
 
6
  # Launch the interface
7
+ iface.launch(share=True)