Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ text_translate = gr.Interface(
|
|
125 |
# Inputs for Image Generation
|
126 |
prompt = gr.Text(
|
127 |
label="Prompt",
|
128 |
-
show_label=
|
129 |
max_lines=1,
|
130 |
placeholder="Enter your prompt",
|
131 |
container=False,
|
|
|
125 |
# Inputs for Image Generation
|
126 |
prompt = gr.Text(
|
127 |
label="Prompt",
|
128 |
+
show_label=True,
|
129 |
max_lines=1,
|
130 |
placeholder="Enter your prompt",
|
131 |
container=False,
|