Spaces:
Runtime error
Runtime error
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('.')
|