iricardoxd commited on
Commit
2c059ee
1 Parent(s): a299930

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,9 +28,9 @@ def transcribe(texto): # Desde un mensaje en español
28
  gr.Interface(
29
  fn=transcribe,
30
  inputs=[
31
- gr.inputs.Textbox(label="text", lines=1)
32
  ],
33
  outputs=[
34
- "textbox",
35
  ]
36
  ).launch()
 
28
  gr.Interface(
29
  fn=transcribe,
30
  inputs=[
31
+ "text",'state'
32
  ],
33
  outputs=[
34
+ "chatbot",'state',
35
  ]
36
  ).launch()