davanstrien HF staff commited on
Commit
d3110df
·
1 Parent(s): 423df56

string formatting

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -36,8 +36,7 @@ terminators = [
36
  @spaces.GPU
37
  def generate_instruction_response():
38
  prompt_info = f"""Generating a user prompt from the LLM via the template \n\n
39
- ```{extract_input}```
40
- \n\n"""
41
  yield prompt_info
42
  instruction = pipeline(
43
  extract_input,
 
36
  @spaces.GPU
37
  def generate_instruction_response():
38
  prompt_info = f"""Generating a user prompt from the LLM via the template \n\n
39
+ ```{extract_input}```"""
 
40
  yield prompt_info
41
  instruction = pipeline(
42
  extract_input,