Franco Astegiano
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -490,16 +490,16 @@ iface = gr.Interface(
|
|
490 |
description="Implementación de Modelo con GitHub + Hugging Face🤗-- 🔊✅ " + "Basado en: " + link,
|
491 |
inputs = [gr.inputs.Audio(source= "microphone" , type="filepath",label="Ingrese Audio")],
|
492 |
outputs= [gr.outputs.Audio(label="Audio Original"),
|
493 |
-
gr.outputs.Plot(type="auto",label="Gráfico de Frecuencias"),
|
494 |
-
gr.outputs.Plot(type="auto",label="Especto"),
|
495 |
-
gr.outputs.Plot(type="auto",label="Pitch Confidence"),
|
496 |
-
gr.outputs.Plot(type="auto",label="Notas"),
|
497 |
-
gr.outputs.Plot(type="auto",label="Espectro+Notas"),
|
498 |
-
gr.outputs.Textbox(label="bpm"),
|
499 |
-
gr.outputs.Textbox(label="partitura"),
|
500 |
-
gr.outputs.Textbox(type="html",label="partitura1"),
|
501 |
-
gr.outputs.Audio(label="midi")],
|
502 |
interpretation = "default",
|
503 |
)
|
504 |
|
505 |
-
iface.launch(debug=True
|
|
|
490 |
description="Implementación de Modelo con GitHub + Hugging Face🤗-- 🔊✅ " + "Basado en: " + link,
|
491 |
inputs = [gr.inputs.Audio(source= "microphone" , type="filepath",label="Ingrese Audio")],
|
492 |
outputs= [gr.outputs.Audio(label="Audio Original"),
|
493 |
+
#gr.outputs.Plot(type="auto",label="Gráfico de Frecuencias"),
|
494 |
+
#gr.outputs.Plot(type="auto",label="Especto"),
|
495 |
+
#gr.outputs.Plot(type="auto",label="Pitch Confidence"),
|
496 |
+
#gr.outputs.Plot(type="auto",label="Notas"),
|
497 |
+
#gr.outputs.Plot(type="auto",label="Espectro+Notas"),
|
498 |
+
#gr.outputs.Textbox(label="bpm"),
|
499 |
+
#gr.outputs.Textbox(label="partitura"),
|
500 |
+
#gr.outputs.Textbox(type="html",label="partitura1"),
|
501 |
+
#gr.outputs.Audio(label="midi")],
|
502 |
interpretation = "default",
|
503 |
)
|
504 |
|
505 |
+
iface.launch(debug=True)
|