Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|