NickyNicky commited on
Commit
a68c933
1 Parent(s): 4b8939d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 o texto y hace inferencia",
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",