s3nh commited on
Commit
7a0dab9
1 Parent(s): 9ffa5bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,7 +92,7 @@ io = gr.Interface(
92
  #"stablelm-base-alpha-3b-Lora-polish",
93
  #"dolly-v2-3b-Lora-polish",
94
  #"LaMini-GPT-1.5B-Lora-polish"],
95
- ],
96
  gr.Textbox(
97
  lines = 3,
98
  max_lines = 10,
@@ -141,7 +141,7 @@ io = gr.Interface(
141
  maximum=5.0,
142
  step=1.0,
143
  interactive=True,
144
- info="The parameter for repetition penalty. 1.0 means no penalty.",
145
  )],
146
  outputs = [gr.Textbox(lines = 1, label = 'Pythia410m', interactive = False)],
147
  cache_examples = False,
 
92
  #"stablelm-base-alpha-3b-Lora-polish",
93
  #"dolly-v2-3b-Lora-polish",
94
  #"LaMini-GPT-1.5B-Lora-polish"],
95
+ ]),
96
  gr.Textbox(
97
  lines = 3,
98
  max_lines = 10,
 
141
  maximum=5.0,
142
  step=1.0,
143
  interactive=True,
144
+ info="The parameter for repetition penalty. 1.0 means no penalty."
145
  )],
146
  outputs = [gr.Textbox(lines = 1, label = 'Pythia410m', interactive = False)],
147
  cache_examples = False,