Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
from videocr import save_subtitles_to_file
|
| 4 |
|
| 5 |
# Define path for demo video
|
| 6 |
-
DEMO_VIDEO_PATH = "
|
| 7 |
|
| 8 |
# Function to list files in /data directory
|
| 9 |
def list_files():
|
|
|
|
| 3 |
from videocr import save_subtitles_to_file
|
| 4 |
|
| 5 |
# Define path for demo video
|
| 6 |
+
DEMO_VIDEO_PATH = "demo.mp4"
|
| 7 |
|
| 8 |
# Function to list files in /data directory
|
| 9 |
def list_files():
|