Nav3005 commited on
Commit
80d4788
·
verified ·
1 Parent(s): a3d8a7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import subprocess
2
- import ffmpeg
3
  import os
4
  import tempfile
5
  import requests
@@ -61,9 +60,6 @@ VIDEO_CONFIG = {
61
  # END CONFIGURATION SECTION
62
  # ========================================
63
 
64
- # Add static ffmpeg to PATH
65
- ffmpeg.add_paths()
66
-
67
 
68
  def setup_custom_fonts_hf(temp_dir):
69
  try:
 
1
  import subprocess
 
2
  import os
3
  import tempfile
4
  import requests
 
60
  # END CONFIGURATION SECTION
61
  # ========================================
62
 
 
 
 
63
 
64
  def setup_custom_fonts_hf(temp_dir):
65
  try: