Rename app (1).py to app .py
Browse files- app (1).py → app .py +1 -1
app (1).py → app .py
RENAMED
|
@@ -237,7 +237,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 237 |
with gr.Tab("txt2img", id='t2i'):
|
| 238 |
with gr.Row():
|
| 239 |
with gr.Column(scale=6, min_width=600):
|
| 240 |
-
prompt = gr.Textbox("
|
| 241 |
negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3, value="3d, cartoon, anime, (deformed eyes, nose, ears, nose), bad anatomy, ugly")
|
| 242 |
with gr.Column():
|
| 243 |
text_button = gr.Button("Generate", variant='primary', elem_id="generate")
|
|
|
|
| 237 |
with gr.Tab("txt2img", id='t2i'):
|
| 238 |
with gr.Row():
|
| 239 |
with gr.Column(scale=6, min_width=600):
|
| 240 |
+
prompt = gr.Textbox("Sewer Labs, photo, futuristic, dystopian, ultrarealistic, soft lighting, 8k", placeholder="Prompt", show_label=False, lines=3)
|
| 241 |
negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3, value="3d, cartoon, anime, (deformed eyes, nose, ears, nose), bad anatomy, ugly")
|
| 242 |
with gr.Column():
|
| 243 |
text_button = gr.Button("Generate", variant='primary', elem_id="generate")
|