sonika1503 commited on
Commit
f400035
·
1 Parent(s): cdf7b49

first commit

Browse files
Files changed (2) hide show
  1. app.py +8 -0
  2. requirements.txt +1 -0
app.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
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)
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ gradio