Spaces:
Runtime error
Runtime error
warleygsantos
commited on
Commit
•
56f6a9a
1
Parent(s):
76e15e7
Corrige objeto a ser retornado
Browse files- .gitignore +1 -0
- app.py +1 -1
.gitignore
CHANGED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.idea/
|
app.py
CHANGED
@@ -117,7 +117,7 @@ def greet(entrada, tag):
|
|
117 |
'tag': tag
|
118 |
}]
|
119 |
resposta = chain.batch(dados_lista)
|
120 |
-
return resposta[0]['
|
121 |
|
122 |
|
123 |
# cria a interface com o gradio
|
|
|
117 |
'tag': tag
|
118 |
}]
|
119 |
resposta = chain.batch(dados_lista)
|
120 |
+
return resposta[0]['experiencia']
|
121 |
|
122 |
|
123 |
# cria a interface com o gradio
|