Spaces:
Runtime error
Runtime error
KAHRAMAN42
commited on
Commit
•
0d3fa97
1
Parent(s):
4a4d84e
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):
|