Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,8 +29,8 @@ with model_output:
|
|
| 29 |
|
| 30 |
|
| 31 |
# This is the NLP model
|
| 32 |
-
|
| 33 |
-
|
| 34 |
|
| 35 |
def generate_poem(input_word1, input_word2):
|
| 36 |
# Use GPT-3 to generate a limerick based on the user's input word
|
|
|
|
| 29 |
|
| 30 |
|
| 31 |
# This is the NLP model
|
| 32 |
+
|
| 33 |
+
|
| 34 |
|
| 35 |
def generate_poem(input_word1, input_word2):
|
| 36 |
# Use GPT-3 to generate a limerick based on the user's input word
|