Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from typing import List, Tuple, Optional
|
|
7 |
AVAILABLE_MODELS = [
|
8 |
"Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
9 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
10 |
-
"
|
11 |
]
|
12 |
|
13 |
def initialize_client(token: str, model: str) -> Optional[InferenceClient]:
|
|
|
7 |
AVAILABLE_MODELS = [
|
8 |
"Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
9 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
10 |
+
"athirdpath/Llama-3.1-Instruct_NSFW-pretrained_e1-plus_reddit",
|
11 |
]
|
12 |
|
13 |
def initialize_client(token: str, model: str) -> Optional[InferenceClient]:
|