Merge pull request #3 from MiguelJ125/Fred
Browse files
app.py
CHANGED
@@ -481,8 +481,12 @@ def main(audio):
|
|
481 |
|
482 |
return converted_audio_file, fig1, fig2, fig3, fig4,fig5, bpm, best_notes_and_rests, partitura, wav_from_created_midi
|
483 |
|
|
|
|
|
484 |
iface = gr.Interface(
|
485 |
fn=main,
|
|
|
|
|
486 |
inputs = [gr.inputs.Audio(source= "microphone" , type="filepath",label="Ingrese Audio")],
|
487 |
outputs= [gr.outputs.Audio(label="Audio Original"),
|
488 |
gr.outputs.Plot(type="auto",label="Gráfico de Frecuencias"),
|
|
|
481 |
|
482 |
return converted_audio_file, fig1, fig2, fig3, fig4,fig5, bpm, best_notes_and_rests, partitura, wav_from_created_midi
|
483 |
|
484 |
+
link = "https://www.tensorflow.org/hub/tutorials/spice?hl=es-419&authuser=2"
|
485 |
+
|
486 |
iface = gr.Interface(
|
487 |
fn=main,
|
488 |
+
title= "Trabajo Práctico N°3 - Detección de tono con SPICE",
|
489 |
+
description="Implementación de Modelo con GitHub + Hugging Face🤗-- 🔊✅ " + "Basado en: " + link,
|
490 |
inputs = [gr.inputs.Audio(source= "microphone" , type="filepath",label="Ingrese Audio")],
|
491 |
outputs= [gr.outputs.Audio(label="Audio Original"),
|
492 |
gr.outputs.Plot(type="auto",label="Gráfico de Frecuencias"),
|