abdullah040 commited on
Commit
fc132ae
·
1 Parent(s): 4edf1b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ def gpt3_completion(prompt, engine='text-davinci-002', temp=0.6, top_p=1.0, toke
23
 
24
  def summarize_podcast(podcast):
25
  # Open the transcript file
 
26
  vtt = podcast
27
  transcript = vtt.read().decode()
28
  res = len(transcript.split())
 
23
 
24
  def summarize_podcast(podcast):
25
  # Open the transcript file
26
+ print("ayay hai")
27
  vtt = podcast
28
  transcript = vtt.read().decode()
29
  res = len(transcript.split())