pablo-rf commited on
Commit
02b5c61
1 Parent(s): 1c96356

Set few-shot parameters

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def gradio_app():
127
  gr.Examples(
128
  label = "Few-shot prompts",
129
  examples = few_shot_prompts_examples,
130
- inputs = [],
131
  outputs = [max_length, repetition_penalty],
132
  fn =fewshot_prompt_parameters
133
  )
 
127
  gr.Examples(
128
  label = "Few-shot prompts",
129
  examples = few_shot_prompts_examples,
130
+ inputs = [text_gl],
131
  outputs = [max_length, repetition_penalty],
132
  fn =fewshot_prompt_parameters
133
  )