Spaces:
Runtime error
Runtime error
Kaelan commited on
Commit ·
9a6fe1f
1
Parent(s): e9ac03c
no server name
Browse files
app.py
CHANGED
|
@@ -207,7 +207,7 @@ def vid_predict(media):
|
|
| 207 |
|
| 208 |
def run():
|
| 209 |
demo = gr.Interface(fn=vid_predict, inputs=gr.Video(format='mp4'), outputs=gr.Video(), examples=examples, description=description,cache_examples=False, title='Fall detection and tracking with deep sort')
|
| 210 |
-
demo.launch(
|
| 211 |
|
| 212 |
if __name__ == "__main__":
|
| 213 |
run()
|
|
|
|
| 207 |
|
| 208 |
def run():
|
| 209 |
demo = gr.Interface(fn=vid_predict, inputs=gr.Video(format='mp4'), outputs=gr.Video(), examples=examples, description=description,cache_examples=False, title='Fall detection and tracking with deep sort')
|
| 210 |
+
demo.launch(server_port=7860)
|
| 211 |
|
| 212 |
if __name__ == "__main__":
|
| 213 |
run()
|