Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -145,6 +145,7 @@ available_models = [
|
|
145 |
"postbot/distilgpt2-emailgen-V2",
|
146 |
"postbot/distilgpt2-emailgen",
|
147 |
"postbot/gpt2-medium-emailgen",
|
|
|
148 |
]
|
149 |
|
150 |
if __name__ == "__main__":
|
|
|
145 |
"postbot/distilgpt2-emailgen-V2",
|
146 |
"postbot/distilgpt2-emailgen",
|
147 |
"postbot/gpt2-medium-emailgen",
|
148 |
+
"postbot/pythia-160m-hq-emails",
|
149 |
]
|
150 |
|
151 |
if __name__ == "__main__":
|