whispy commited on
Commit
43cd0f1
·
1 Parent(s): e7b302e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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):