Spaces:
Running
Running
Update app.py
Browse files
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/
|
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)
|