DmitrMakeev
commited on
Commit
·
c8bd14d
1
Parent(s):
60ea97c
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks() as myface:
|
|
92 |
|
93 |
with gr.Row():
|
94 |
with gr.Row():
|
95 |
-
input_text = gr.Textbox(label="
|
96 |
# Model selection dropdown
|
97 |
model_name1 = gr.Dropdown(
|
98 |
label="Choose Model",
|
|
|
92 |
|
93 |
with gr.Row():
|
94 |
with gr.Row():
|
95 |
+
input_text = gr.Textbox(label="Идея изображения", placeholder="", lines=1)
|
96 |
# Model selection dropdown
|
97 |
model_name1 = gr.Dropdown(
|
98 |
label="Choose Model",
|