treadon commited on
Commit
bcb45fb
1 Parent(s): 863f234

all examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks() as fungineer:
68
  with gr.Row():
69
  gr.Markdown("""# Midjourney / Dalle 2 / Stable Diffusion Prompt Generator
70
  This is the 355M parameter model. There is also a 7B parameter model that is much better but far slower (access coming soon).
71
- Just enter a basic prompt and the fungineering model will use its wildest imagination to expand the prompt in detail.""")
72
  with gr.Row():
73
  with gr.Column():
74
  base_prompt = gr.Textbox(lines=5, label="Base Prompt", placeholder="An astronaut in space", info="Enter a very simple prompt that will be fungineered into something exciting!")
 
68
  with gr.Row():
69
  gr.Markdown("""# Midjourney / Dalle 2 / Stable Diffusion Prompt Generator
70
  This is the 355M parameter model. There is also a 7B parameter model that is much better but far slower (access coming soon).
71
+ Just enter a basic prompt and the fungineering model will use its wildest imagination to expand the prompt in detail. You can then use this prompt to generate images with Midjourney, Dalle 2, Stable Diffusion, Bing Image Creator, or any other image generation model.""")
72
  with gr.Row():
73
  with gr.Column():
74
  base_prompt = gr.Textbox(lines=5, label="Base Prompt", placeholder="An astronaut in space", info="Enter a very simple prompt that will be fungineered into something exciting!")