ysharma HF staff commited on
Commit
a7af6ea
·
1 Parent(s): 578f72e
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,7 +39,7 @@ word: """
39
 
40
  prompt = """
41
  Q: A juggler can juggle 16 balls. Half of the balls are golf balls, and half of the golf balls are blue. How many blue golf balls are there?
42
- A: The answer (arabic numerals) is"""
43
 
44
  examples = [["river"], ["night"], ["trees"],["table"],["laughs"]]
45
 
@@ -47,7 +47,7 @@ examples = [["river"], ["night"], ["trees"],["table"],["laughs"]]
47
  def poem_generate(word):
48
 
49
  #p = prompt + word.lower() + "\n" + "poem using word: "
50
- p = prompt + word.lower()
51
  print(f"*****Inside poem_generate - Prompt is :{p}")
52
  json_ = {"inputs": p,
53
  "parameters":
 
39
 
40
  prompt = """
41
  Q: A juggler can juggle 16 balls. Half of the balls are golf balls, and half of the golf balls are blue. How many blue golf balls are there?
42
+ A: The answer (arabic numerals) is """
43
 
44
  examples = [["river"], ["night"], ["trees"],["table"],["laughs"]]
45
 
 
47
  def poem_generate(word):
48
 
49
  #p = prompt + word.lower() + "\n" + "poem using word: "
50
+ p = prompt #+ word.lower()
51
  print(f"*****Inside poem_generate - Prompt is :{p}")
52
  json_ = {"inputs": p,
53
  "parameters":