TRaw commited on
Commit
32815e1
·
1 Parent(s): 5b7fe8a

Rename app (1).py to app .py

Browse files
Files changed (1) hide show
  1. 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("earth, photo, space, beautiful, planet, year 2107, 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")
 
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")