flocolombari commited on
Commit
17b72e4
·
1 Parent(s): 636756a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import time
12
  def video_to_descriptions(video, target_language="en"):
13
 
14
  start_time = time.time()
15
- print("START TIME = ", start-time)
16
 
17
  ImgToText = pipeline("image-to-text", model="Salesforce/blip-image-captioning-large")
18
  Summarize = pipeline("summarization", model="tuner007/pegasus_summarizer")
 
12
  def video_to_descriptions(video, target_language="en"):
13
 
14
  start_time = time.time()
15
+ print("START TIME = ", start_time)
16
 
17
  ImgToText = pipeline("image-to-text", model="Salesforce/blip-image-captioning-large")
18
  Summarize = pipeline("summarization", model="tuner007/pegasus_summarizer")