Spaces:
Sleeping
Sleeping
Commit
·
2c059ee
1
Parent(s):
a299930
Update app.py
Browse files
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 |
-
|
32 |
],
|
33 |
outputs=[
|
34 |
-
"
|
35 |
]
|
36 |
).launch()
|
|
|
28 |
gr.Interface(
|
29 |
fn=transcribe,
|
30 |
inputs=[
|
31 |
+
"text",'state'
|
32 |
],
|
33 |
outputs=[
|
34 |
+
"chatbot",'state',
|
35 |
]
|
36 |
).launch()
|