Update app.py
Browse files
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': ''}
|