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

Refactor generate_instruction_response function and optimize Gradio demo description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +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
  yield prompt_info
41
  instruction = pipeline(
42
  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,