Spaces:
Runtime error
Runtime error
NickyNicky
commited on
Commit
•
a68c933
1
Parent(s):
4b8939d
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ iface = gr.Interface(
|
|
70 |
inputs=[gr.inputs.Audio(label="Voz", type="filepath"), gr.inputs.Textbox(label="Texto adicional")],
|
71 |
outputs=gr.outputs.HTML(label=["chatbot","state"]),
|
72 |
title="Chat bot para empresas.",
|
73 |
-
description="Este modelo convierte la entrada de voz
|
74 |
examples=list_audios,
|
75 |
theme="default",
|
76 |
layout="vertical",
|
|
|
70 |
inputs=[gr.inputs.Audio(label="Voz", type="filepath"), gr.inputs.Textbox(label="Texto adicional")],
|
71 |
outputs=gr.outputs.HTML(label=["chatbot","state"]),
|
72 |
title="Chat bot para empresas.",
|
73 |
+
description="Este modelo convierte la entrada de voz a texto e inferencia, texto a inferencia",
|
74 |
examples=list_audios,
|
75 |
theme="default",
|
76 |
layout="vertical",
|