s3nh commited on
Commit
a73f1df
·
1 Parent(s): 0555380

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,7 +75,7 @@ demo = gr.Blocks()
75
  with demo:
76
 
77
 
78
- name = gr.inputs.Dropdown(["s3nh/pythia-1.4b-deduped-16k-steps-self-instruct-polish", "s3nh/pythia-410m-91k-steps-self-instruct-polish"], "value", label= "output")
79
  model = load_model(name)
80
  tokenizer = load_tokenizer(name)
81
 
@@ -99,4 +99,4 @@ with demo:
99
  cache_examples = False,
100
  )
101
 
102
- demo.launch()
 
75
  with demo:
76
 
77
 
78
+ name = gr.Dropdown(["s3nh/pythia-1.4b-deduped-16k-steps-self-instruct-polish", "s3nh/pythia-410m-91k-steps-self-instruct-polish"])
79
  model = load_model(name)
80
  tokenizer = load_tokenizer(name)
81
 
 
99
  cache_examples = False,
100
  )
101
 
102
+ demo.launch(debug = True)