Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,8 @@ def transcribe(microphone,file):
|
|
14 |
# return {state_var: state, transcription_var: state}
|
15 |
|
16 |
#print("filename: ",file)
|
|
|
|
|
17 |
if microphone:
|
18 |
file = microphone
|
19 |
try:
|
|
|
14 |
# return {state_var: state, transcription_var: state}
|
15 |
|
16 |
#print("filename: ",file)
|
17 |
+
print("microphone: ",microphone)
|
18 |
+
print("uploaded file: ",file)
|
19 |
if microphone:
|
20 |
file = microphone
|
21 |
try:
|