nandovallec commited on
Commit
8a210bf
·
1 Parent(s): 0188bfa
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from transformers import pipeline
9
  import re
10
  import asyncio
11
  import os
12
- os.environ.getattribute("API_TOKEN")
13
  pipe = pipeline(model="nandovallec/whisper-tiny-bg-l") # change to "your-username/the-name-you-picked"
14
  gmaps_api_key = os.environ["GMAPS_API"]
15
  transl_api_key= os.environ["TRANS_API"]
 
9
  import re
10
  import asyncio
11
  import os
12
+
13
  pipe = pipeline(model="nandovallec/whisper-tiny-bg-l") # change to "your-username/the-name-you-picked"
14
  gmaps_api_key = os.environ["GMAPS_API"]
15
  transl_api_key= os.environ["TRANS_API"]