Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def transcribe(audio, history_type):
|
|
124 |
|
125 |
note_transcript = response.choices[0].message.content
|
126 |
print(note_transcript)
|
127 |
-
return
|
128 |
|
129 |
#Define Gradio Interface
|
130 |
my_inputs = [
|
|
|
124 |
|
125 |
note_transcript = response.choices[0].message.content
|
126 |
print(note_transcript)
|
127 |
+
return note_transcript
|
128 |
|
129 |
#Define Gradio Interface
|
130 |
my_inputs = [
|