Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 71 |
|
| 72 |
with gr.Row():
|
| 73 |
model_id = gr.Dropdown(
|
| 74 |
-
["stabilityai/sdxl-turbo", "CompVis/stable-diffusion-v1-4"
|
|
|
|
| 75 |
label="Model",
|
| 76 |
info="Select the model you would like to use"
|
| 77 |
)
|
|
|
|
| 71 |
|
| 72 |
with gr.Row():
|
| 73 |
model_id = gr.Dropdown(
|
| 74 |
+
["stabilityai/sdxl-turbo", "CompVis/stable-diffusion-v1-4", "Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 75 |
+
"baidu/ERNIE-4.5-21B-A3B-Thinking", "moonshotai/Kimi-K2-Instruct-0905"],
|
| 76 |
label="Model",
|
| 77 |
info="Select the model you would like to use"
|
| 78 |
)
|