lampongyuen commited on
Commit
4292a78
Β·
1 Parent(s): 6733137

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -48,7 +48,6 @@ def transcribe(audio):
48
  text=translate(text_from_whisper,"eng_Latn","zho_Hans")
49
  return text
50
 
51
-
52
  gr.Interface(
53
  fn=transcribe,
54
  inputs=gr.Audio(source="microphone", type="filepath"),
 
48
  text=translate(text_from_whisper,"eng_Latn","zho_Hans")
49
  return text
50
 
 
51
  gr.Interface(
52
  fn=transcribe,
53
  inputs=gr.Audio(source="microphone", type="filepath"),