Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,6 +60,7 @@ if __name__ == '__main__':
|
|
60 |
choices=[
|
61 |
"openai/clip-vit-large-patch14",
|
62 |
"google/gemma-7b",
|
|
|
63 |
"google-bert/bert-base-uncased",
|
64 |
"google/flan-t5-base",
|
65 |
"openai-community/gpt2",
|
|
|
60 |
choices=[
|
61 |
"openai/clip-vit-large-patch14",
|
62 |
"google/gemma-7b",
|
63 |
+
"google/gemma-2-9b",
|
64 |
"google-bert/bert-base-uncased",
|
65 |
"google/flan-t5-base",
|
66 |
"openai-community/gpt2",
|