Spaces:
Runtime error
Runtime error
nandovallec
commited on
Commit
·
8a210bf
1
Parent(s):
0188bfa
Secret
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from transformers import pipeline
|
|
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"]
|
|
|
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"]
|