Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ with gr.Blocks(
|
|
177 |
</style>
|
178 |
|
179 |
<h1 class="title"><span>Starry XL 5.2</span></h1>
|
180 |
-
<p>This is a simple demo for <strong>Starry XL</strong>. Feel free to report any issue at Community tab
|
181 |
"""
|
182 |
)
|
183 |
|
@@ -189,7 +189,7 @@ with gr.Blocks(
|
|
189 |
)
|
190 |
|
191 |
negative_prompt = gr.Text(
|
192 |
-
info="Enter your negative prompt here"
|
193 |
label="Negative Prompt",
|
194 |
placeholder="(Optional)"
|
195 |
)
|
|
|
177 |
</style>
|
178 |
|
179 |
<h1 class="title"><span>Starry XL 5.2</span></h1>
|
180 |
+
<p>This is a simple demo for <strong>Starry XL</strong>. Feel free to report any issue at Community tab or create a PR if you want to contribute to this demo ~</p>
|
181 |
"""
|
182 |
)
|
183 |
|
|
|
189 |
)
|
190 |
|
191 |
negative_prompt = gr.Text(
|
192 |
+
info="Enter your negative prompt here",
|
193 |
label="Negative Prompt",
|
194 |
placeholder="(Optional)"
|
195 |
)
|