R-Kentaren commited on
Commit
9267bc0
·
verified ·
1 Parent(s): 07ba57c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ AVAILABLE_MODELS = [
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]:
 
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
+ "VIDraft/Gemma-3-R1984-12B",
14
  ]
15
 
16
  def initialize_client(token: str, model: str) -> Optional[InferenceClient]: