Nekochu commited on
Commit
d23461b
1 Parent(s): 0c4cfe4

attempt7 fix defaut model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",