Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,9 @@ def Vid2Sum(vid_file):
|
|
9 |
|
10 |
text = aud2text(audio_file)
|
11 |
sum_text=Summarize(text["text"])
|
12 |
-
return
|
|
|
|
|
13 |
|
14 |
iface = gr.Interface(fn=Vid2Sum, inputs="video", outputs="text")
|
15 |
iface.launch()
|
|
|
9 |
|
10 |
text = aud2text(audio_file)
|
11 |
sum_text=Summarize(text["text"])
|
12 |
+
return ("Aloonnn")
|
13 |
+
|
14 |
+
# return sum_text[0]["summary_text"]
|
15 |
|
16 |
iface = gr.Interface(fn=Vid2Sum, inputs="video", outputs="text")
|
17 |
iface.launch()
|