EdenSw commited on
Commit
c552b7b
·
1 Parent(s): 4742343

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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 sum_text[0]["summary_text"]
 
 
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()