fcernafukuzaki commited on
Commit
3ab4a68
·
verified ·
1 Parent(s): 3a921e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def transcribe_2(audio_bytes):
72
 
73
 
74
  demo = gr.Interface(
75
- transcribe,
76
  gr.Audio(sources=["microphone"], streaming=False),
77
  "text",
78
  #live=True, # No muestra el botón de Submit.
 
72
 
73
 
74
  demo = gr.Interface(
75
+ transcribe_2,
76
  gr.Audio(sources=["microphone"], streaming=False),
77
  "text",
78
  #live=True, # No muestra el botón de Submit.