Spaces:
Running
on
Zero
Running
on
Zero
attempt7 fix defaut model
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def generate(
|
|
84 |
chat_interface = gr.ChatInterface(
|
85 |
fn=generate,
|
86 |
additional_inputs=[
|
87 |
-
gr.Dropdown(label="Model ID", choices=["Nekochu/Luminia-13B-v3", "Nekochu/Llama-2-13B-German-ORPO"]),
|
88 |
gr.Textbox(label="System prompt", lines=6),
|
89 |
gr.Slider(
|
90 |
label="Max new tokens",
|
|
|
84 |
chat_interface = gr.ChatInterface(
|
85 |
fn=generate,
|
86 |
additional_inputs=[
|
87 |
+
gr.Dropdown(label="Model ID", choices=["Nekochu/Luminia-13B-v3", "Nekochu/Llama-2-13B-German-ORPO"], default="Nekochu/Luminia-13B-v3"),
|
88 |
gr.Textbox(label="System prompt", lines=6),
|
89 |
gr.Slider(
|
90 |
label="Max new tokens",
|