mlabonne commited on
Commit
53e1ef4
1 Parent(s): be02b0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ def create_family_tree(start_model):
179
 
180
  with gr.Blocks() as demo:
181
  gr.Markdown(TITLE)
182
- model_id = gr.Textbox(label="Model ID", value="mlabonne/NeuralBeagle-7B")
183
  btn = gr.Button("Create tree")
184
  out = gr.Image()
185
  btn.click(fn=create_family_tree, inputs=model_id, outputs=out)
 
179
 
180
  with gr.Blocks() as demo:
181
  gr.Markdown(TITLE)
182
+ model_id = gr.Textbox(label="Model ID", value="mlabonne/NeuralBeagle14-7B")
183
  btn = gr.Button("Create tree")
184
  out = gr.Image()
185
  btn.click(fn=create_family_tree, inputs=model_id, outputs=out)