Commit
·
17b72e4
1
Parent(s):
636756a
Update app.py
Browse files
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 = ",
|
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")
|