awacke1 commited on
Commit
e0a060d
·
verified ·
1 Parent(s): 8da1383

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -23,7 +23,8 @@ from dotenv import load_dotenv
23
  from gradio_client import Client
24
  from huggingface_hub import InferenceClient
25
  from io import BytesIO
26
- from moviepy.editor import VideoFileClip
 
27
  from PIL import Image
28
  from PyPDF2 import PdfReader
29
  from templates import bot_template, css, user_template
 
23
  from gradio_client import Client
24
  from huggingface_hub import InferenceClient
25
  from io import BytesIO
26
+ #from moviepy.editor import VideoFileClip
27
+ from moviepy.video.io.VideoFileClip import VideoFileClip
28
  from PIL import Image
29
  from PyPDF2 import PdfReader
30
  from templates import bot_template, css, user_template