Spaces:
Running
on
Zero
Running
on
Zero
Locutusque
commited on
Commit
•
9505cd7
1
Parent(s):
71771a7
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def generate(
|
|
35 |
outputs.append(chunk)
|
36 |
yield "".join(outputs)
|
37 |
|
38 |
-
model_choices = ["Locutusque/Apollo-0.3-
|
39 |
# What at the best options?
|
40 |
g = gr.Interface(
|
41 |
fn=generate,
|
|
|
35 |
outputs.append(chunk)
|
36 |
yield "".join(outputs)
|
37 |
|
38 |
+
model_choices = ["Locutusque/Apollo-0.3-Qwen2-7B", "Locutusque/Llama-3-Yggdrasil-2.0-8B", "Locutusque/Llama-3-NeuralHermes-Pro-8B", "Locutusque/Hercules-5.0-Qwen2-7B", "Locutusque/Llama-3-NeuralHercules-5.0-8B", "Locutusque/Hercules-5.0-Index-1.9B", "Locutusque/Llama-3-Hercules-5.0-8B"]
|
39 |
# What at the best options?
|
40 |
g = gr.Interface(
|
41 |
fn=generate,
|