Spaces:
Runtime error
Runtime error
Commit
·
f49ba03
1
Parent(s):
bd17c18
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -251,7 +251,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 251 |
input_text = gr.Textbox(label="Prompt idea", lines=1)
|
| 252 |
# Model selection dropdown
|
| 253 |
model_name1 = gr.Dropdown(
|
| 254 |
-
label="
|
| 255 |
choices=[m["name"] for m in models],
|
| 256 |
type="index",
|
| 257 |
value=current_model["name"],
|
|
|
|
| 251 |
input_text = gr.Textbox(label="Prompt idea", lines=1)
|
| 252 |
# Model selection dropdown
|
| 253 |
model_name1 = gr.Dropdown(
|
| 254 |
+
label="انتخاب مدل",
|
| 255 |
choices=[m["name"] for m in models],
|
| 256 |
type="index",
|
| 257 |
value=current_model["name"],
|