s3nh commited on
Commit
e2902da
·
1 Parent(s): 3f33715

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def choose_model(name):
75
  io = gr.Interface(
76
  inference,
77
  inputs = [
78
- gr.Dropdown(["s3nh/pythia-1.4b-deduped-16k-steps-self-instruct-polish", "s3nh/pythia-410m-91k-steps-self-instruct-polish"]),
79
  gr.Textbox(
80
  lines = 3,
81
  max_lines = 10,
 
75
  io = gr.Interface(
76
  inference,
77
  inputs = [
78
+ gr.Dropdown(["s3nh/pythia-1.4b-deduped-16k-steps-self-instruct-polish", "s3nh/pythia-410m-91k-steps-self-instruct-polish", "s3nh/tiny-gpt2-instruct-polish"]),
79
  gr.Textbox(
80
  lines = 3,
81
  max_lines = 10,