Benson commited on
Commit
7534d98
1 Parent(s): 35d3010

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,6 +23,6 @@ def generate(text: str):
23
  """
24
  # Use the pipeline to generate text from the given input text
25
  output = pipe(text)
26
-
27
  # Return the generated text in a JSON response
28
  return {"output": output[0]["generated_text"]}
 
23
  """
24
  # Use the pipeline to generate text from the given input text
25
  output = pipe(text)
26
+ print(output)
27
  # Return the generated text in a JSON response
28
  return {"output": output[0]["generated_text"]}