Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks(css=".gr-button {font-size: 16px !important}") as demo:
|
|
173 |
|
174 |
with gr.Row():
|
175 |
prompt_input = gr.Textbox(
|
176 |
-
label="
|
177 |
placeholder="e.g., ...",
|
178 |
value="",
|
179 |
lines=2
|
|
|
173 |
|
174 |
with gr.Row():
|
175 |
prompt_input = gr.Textbox(
|
176 |
+
label="Prompt to use",
|
177 |
placeholder="e.g., ...",
|
178 |
value="",
|
179 |
lines=2
|