ysharma HF staff commited on
Commit
6c67a86
1 Parent(s): d664d9e
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ def whisper_stt(audio):
57
  # LLM - Bloom Response
58
  def lang_model_response(prompt):
59
  print(f"*****Inside lang_model_response - Prompt is :{prompt}")
60
- p = """Instruction: Reply to this Statement in one sentence.
61
- Statement: """
62
  prompt = p + prompt + "\n" #+ "Response: "
63
 
64
  if len(prompt) == 0:
 
57
  # LLM - Bloom Response
58
  def lang_model_response(prompt):
59
  print(f"*****Inside lang_model_response - Prompt is :{prompt}")
60
+ p = """Reply to this text in one short sentence.
61
+ text: """
62
  prompt = p + prompt + "\n" #+ "Response: "
63
 
64
  if len(prompt) == 0: