SkyNetWalker commited on
Commit
ebb919a
·
verified ·
1 Parent(s): 4facf91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -69,6 +69,9 @@ print("Chatbot interface created.")
69
  models = [
70
  "PowerInfer/SmallThinker-3B-Preview",
71
  "microsoft/phi-4",
 
 
 
72
  ]
73
 
74
  demo = gr.ChatInterface(
 
69
  models = [
70
  "PowerInfer/SmallThinker-3B-Preview",
71
  "microsoft/phi-4",
72
+ "microsoft/phi-4-gguf",
73
+ "Qwen/QwQ-32B-Preview",
74
+ "Qwen/Qwen2.5-Coder-32B-Instruct",
75
  ]
76
 
77
  demo = gr.ChatInterface(