Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ AVAILABLE_MODELS = [
|
|
9 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
10 |
"Orion-zhen/Qwen2.5-7B-Instruct-Uncensored",
|
11 |
"jeffmeloy/Qwen2.5-7B-nerd-uncensored-v1.0",
|
|
|
12 |
]
|
13 |
|
14 |
def initialize_client(token: str, model: str) -> Optional[InferenceClient]:
|
|
|
9 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
10 |
"Orion-zhen/Qwen2.5-7B-Instruct-Uncensored",
|
11 |
"jeffmeloy/Qwen2.5-7B-nerd-uncensored-v1.0",
|
12 |
+
"DavidAU/Gemma-The-Writer-N-Restless-Quill-10B-Uncensored",
|
13 |
]
|
14 |
|
15 |
def initialize_client(token: str, model: str) -> Optional[InferenceClient]:
|