Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ seed_slider = gr.Slider(
|
|
| 124 |
# The custom_model_box is what the respond function sees as "custom_model"
|
| 125 |
custom_model_box = gr.Textbox(
|
| 126 |
value="meta-llama/Llama-3.2-3B-Instruct",
|
| 127 |
-
label="AI Mode is "
|
| 128 |
# info="(Optional) Provide a custom Hugging Face model path. Overrides any selected featured model.",
|
| 129 |
info="meta-llama/Llama-3.2-3B-Instruct"
|
| 130 |
)
|
|
|
|
| 124 |
# The custom_model_box is what the respond function sees as "custom_model"
|
| 125 |
custom_model_box = gr.Textbox(
|
| 126 |
value="meta-llama/Llama-3.2-3B-Instruct",
|
| 127 |
+
label="AI Mode is ",
|
| 128 |
# info="(Optional) Provide a custom Hugging Face model path. Overrides any selected featured model.",
|
| 129 |
info="meta-llama/Llama-3.2-3B-Instruct"
|
| 130 |
)
|