Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"),
|