Commit
·
dbf7d0f
1
Parent(s):
c8f9f7e
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ Feel free to test custom settings as well to make the QR work or try changing yo
|
|
186 |
)
|
187 |
prompt = gr.Textbox(
|
188 |
label="Prompt",
|
189 |
-
info="Input subjects or styles you want to see that describes your image - Ex.
|
190 |
)
|
191 |
|
192 |
negative_prompt = gr.Textbox(visible=True, label="Negative Prompt",
|
@@ -198,7 +198,7 @@ Feel free to test custom settings as well to make the QR work or try changing yo
|
|
198 |
qr_code_content = gr.Textbox(
|
199 |
label="QR Code Content",
|
200 |
info="QR Code Content or URL",
|
201 |
-
value="",
|
202 |
)
|
203 |
with gr.Accordion(label="QR Code Image (Optional)", open=False):
|
204 |
qr_code_image = gr.Image(
|
|
|
186 |
)
|
187 |
prompt = gr.Textbox(
|
188 |
label="Prompt",
|
189 |
+
info="Input subjects or styles you want to see that describes your image - Ex. Mountain, snow, morning, art, painting, digital",
|
190 |
)
|
191 |
|
192 |
negative_prompt = gr.Textbox(visible=True, label="Negative Prompt",
|
|
|
198 |
qr_code_content = gr.Textbox(
|
199 |
label="QR Code Content",
|
200 |
info="QR Code Content or URL",
|
201 |
+
value="https://www.aiqrgenerator.com/",
|
202 |
)
|
203 |
with gr.Accordion(label="QR Code Image (Optional)", open=False):
|
204 |
qr_code_image = gr.Image(
|