Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks(css=css) as demo:
|
|
114 |
with gr.Row():
|
115 |
prompt = gr.Text(
|
116 |
label="Prompt",
|
117 |
-
api_description="The prompt for the image."
|
118 |
show_label=False,
|
119 |
placeholder="Enter your prompt",
|
120 |
container=False,
|
|
|
114 |
with gr.Row():
|
115 |
prompt = gr.Text(
|
116 |
label="Prompt",
|
117 |
+
api_description="The prompt for the image.",
|
118 |
show_label=False,
|
119 |
placeholder="Enter your prompt",
|
120 |
container=False,
|