Spaces:
Running
Running
SkyNetWalker
commited on
Update app.py
Browse files
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(
|