Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,6 @@ translator = pipeline(
|
|
20 |
"translation",
|
21 |
model="Helsinki-NLP/opus-mt-it-en")
|
22 |
|
23 |
-
inputs_url =
|
24 |
-
|
25 |
def transcribe(microphone, file_upload):
|
26 |
warn_output = ""
|
27 |
if (microphone is not None) and (file_upload is not None):
|
|
|
20 |
"translation",
|
21 |
model="Helsinki-NLP/opus-mt-it-en")
|
22 |
|
|
|
|
|
23 |
def transcribe(microphone, file_upload):
|
24 |
warn_output = ""
|
25 |
if (microphone is not None) and (file_upload is not None):
|