ysharma HF staff commited on
Commit
8c58fec
·
1 Parent(s): 8dfdb85
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def poem_generate(word):
68
  print(f"If there was an error? Reason is : {response}") #{output}")
69
  #output_tmp = output[0]['generated_text']
70
  #print(f"GPTJ response without splits is: {output_tmp}")
71
- poem = output[0]['generated_text'].split("\n\n")[0] # +"."
72
  #if "\n\n" not in output_tmp:
73
  # if output_tmp.find('.') != -1:
74
  # idx = output_tmp.find('.')
 
68
  print(f"If there was an error? Reason is : {response}") #{output}")
69
  #output_tmp = output[0]['generated_text']
70
  #print(f"GPTJ response without splits is: {output_tmp}")
71
+ #poem = output[0]['generated_text'].split("\n\n")[0] # +"."
72
  #if "\n\n" not in output_tmp:
73
  # if output_tmp.find('.') != -1:
74
  # idx = output_tmp.find('.')