UnionJack commited on
Commit
16e7bc7
·
verified ·
1 Parent(s): 7f85ab3

ultima modificación

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ if input_text:
19
  # Establecer la longitud máxima de la respuesta
20
  max_length = 100 # Cambia este valor según tus necesidades
21
  response = pipe(input_text, max_length=max_length)
22
- st.write(response.generated_text)
 
19
  # Establecer la longitud máxima de la respuesta
20
  max_length = 100 # Cambia este valor según tus necesidades
21
  response = pipe(input_text, max_length=max_length)
22
+ st.write(response)