Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ def install_dlib():
|
|
| 15 |
except subprocess.CalledProcessError as e:
|
| 16 |
print(f"Failed to install dlib: {e}")
|
| 17 |
|
| 18 |
-
install_dlib()
|
| 19 |
|
| 20 |
def convert_to_mp4_with_aac(input_path, output_path):
|
| 21 |
# Load the video
|
|
|
|
| 15 |
except subprocess.CalledProcessError as e:
|
| 16 |
print(f"Failed to install dlib: {e}")
|
| 17 |
|
| 18 |
+
#install_dlib()
|
| 19 |
|
| 20 |
def convert_to_mp4_with_aac(input_path, output_path):
|
| 21 |
# Load the video
|