mlabonne commited on
Commit
bedfad8
1 Parent(s): 1b87d33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks() as demo:
168
  gr.Markdown("# 🌳 Merge Family Tree")
169
  model_id = gr.Textbox(label="Model ID", value="mlabonne/NeuralBeagle-7B")
170
  btn = gr.Button("Create tree")
171
- btn.click(fn=create_family_tree, inputs=model_id, outputs=out)
172
  out = gr.Image()
 
173
 
174
  demo.launch()
 
168
  gr.Markdown("# 🌳 Merge Family Tree")
169
  model_id = gr.Textbox(label="Model ID", value="mlabonne/NeuralBeagle-7B")
170
  btn = gr.Button("Create tree")
 
171
  out = gr.Image()
172
+ btn.click(fn=create_family_tree, inputs=model_id, outputs=out)
173
 
174
  demo.launch()