Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import gradio as gr
|
|
| 6 |
|
| 7 |
|
| 8 |
pt= "best.pt"
|
| 9 |
-
example_video = "cows-and-cows-and-cows.mp4"
|
| 10 |
output_video = "output_video.mp4"
|
| 11 |
|
| 12 |
def fonk(video_path):
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
pt= "best.pt"
|
| 9 |
+
example_video = "cows-and-cows-and-cows (online-video-cutter.com).mp4"
|
| 10 |
output_video = "output_video.mp4"
|
| 11 |
|
| 12 |
def fonk(video_path):
|