hamza50 commited on
Commit
6358421
·
1 Parent(s): 66c6cef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,8 +29,8 @@ with model_output:
29
 
30
 
31
  # This is the NLP model
32
- # Set your OpenAI API key
33
- # openai.api_key = "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"
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