Nandoz4 commited on
Commit
18e6694
·
verified ·
1 Parent(s): 54d94fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ def process_audio(audio_file):
17
 
18
  return transcription, summary
19
 
 
20
  interface = gr.Interface(
21
  fn=process_audio,
22
  inputs=gr.Audio(type="filepath"),
 
17
 
18
  return transcription, summary
19
 
20
+ # Aqui estuvo Fer
21
  interface = gr.Interface(
22
  fn=process_audio,
23
  inputs=gr.Audio(type="filepath"),