hadxu commited on
Commit
b3c270b
·
1 Parent(s): c408f46

add summary

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. demo.py +0 -0
app.py CHANGED
@@ -33,8 +33,8 @@ def download_audio(url):
33
  response_format="text"
34
  )
35
 
36
- print(transcription.text)
37
- return transcription.text
38
 
39
  def summarize_text():
40
  text = output.value
 
33
  response_format="text"
34
  )
35
 
36
+ print(transcription)
37
+ return transcription
38
 
39
  def summarize_text():
40
  text = output.value
demo.py ADDED
File without changes