Spaces:
Runtime error
Runtime error
NickyNicky
commited on
Commit
•
727943d
1
Parent(s):
b599b54
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ iface = gr.Interface(
|
|
86 |
inputs=[gr.inputs.Audio(label="Voz", type="filepath"), gr.inputs.Textbox(label="Texto adicional")],
|
87 |
outputs=gr.outputs.HTML(label=["chatbot","state"]),
|
88 |
title="Chat bot para empresas.",
|
89 |
-
description=description #"Este modelo convierte la entrada de voz o texto y hace inferencia",
|
90 |
examples=list_audios,
|
91 |
theme="default",
|
92 |
layout="vertical",
|
|
|
86 |
inputs=[gr.inputs.Audio(label="Voz", type="filepath"), gr.inputs.Textbox(label="Texto adicional")],
|
87 |
outputs=gr.outputs.HTML(label=["chatbot","state"]),
|
88 |
title="Chat bot para empresas.",
|
89 |
+
description=description, #"Este modelo convierte la entrada de voz o texto y hace inferencia",
|
90 |
examples=list_audios,
|
91 |
theme="default",
|
92 |
layout="vertical",
|