Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,8 @@ demo = gr.Interface(
|
|
13 |
get_model_and_peft_method,
|
14 |
inputs=gr.Dropdown(["causal language modeling", "conditional generation", "sequence classification", "token classification", "text-to-image", "image classification", "image-to-text", "semantic segmentation"], label="task"),
|
15 |
outputs=gr.Dataframe(headers=["model", "peft method"], label="supported models and PEFT methods"),
|
16 |
-
title="
|
17 |
-
description="Discover
|
18 |
)
|
19 |
|
20 |
demo.launch(debug=True)
|
|
|
13 |
get_model_and_peft_method,
|
14 |
inputs=gr.Dropdown(["causal language modeling", "conditional generation", "sequence classification", "token classification", "text-to-image", "image classification", "image-to-text", "semantic segmentation"], label="task"),
|
15 |
outputs=gr.Dataframe(headers=["model", "peft method"], label="supported models and PEFT methods"),
|
16 |
+
title="PEFT methods",
|
17 |
+
description="Discover compatible PEFT methods for officially supported models for a given task."
|
18 |
)
|
19 |
|
20 |
demo.launch(debug=True)
|