Spaces:
son9john
/
Runtime error

son9john commited on
Commit
00a86c2
·
1 Parent(s): cd2c8a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def train(text):
84
  notion_df.upload(df, 'https://www.notion.so/US-62e861a0b35f43da8ef9a7789512b8c2?pvs=4', title=str(published_date), api_key=API_KEY)
85
 
86
 
87
- def transcribe(audio, text):
88
  global messages
89
  global answer_count
90
  transcript = {'text': ''}
 
84
  notion_df.upload(df, 'https://www.notion.so/US-62e861a0b35f43da8ef9a7789512b8c2?pvs=4', title=str(published_date), api_key=API_KEY)
85
 
86
 
87
+ def transcribe(audio, text, submit_update=None):
88
  global messages
89
  global answer_count
90
  transcript = {'text': ''}