ysharma HF Staff commited on
Commit
4fb2530
·
1 Parent(s): 91db5fe
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ A: Let’s think step by step.
50
  examples = [["river"], ["night"], ["trees"],["table"],["laughs"]]
51
 
52
 
53
- def text_generate(): #(word):
54
 
55
  #p = prompt + word.lower() + "\n" + "poem using word: "
56
  p = prompt #+ word.lower()
 
50
  examples = [["river"], ["night"], ["trees"],["table"],["laughs"]]
51
 
52
 
53
+ def text_generate(word):
54
 
55
  #p = prompt + word.lower() + "\n" + "poem using word: "
56
  p = prompt #+ word.lower()