Ritesh Khanna commited on
Commit
3ba2745
1 Parent(s): 791444a

remove new line

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -86,8 +86,7 @@ if __name__ == "__main__":
86
  with gr.Row():
87
  gr.Markdown("""# Midjourney / Dalle 2 / Stable Diffusion Prompt Generator
88
  This is the 355M parameter model. There is also a 7B parameter model that is much better but far slower (access coming soon).
89
- 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.
90
- Treat this model more like a text-to-text model (simple prompt > complex prompt) rather than a generative model (prefix + word generation). It is a generative model under the hood.""")
91
  with gr.Row():
92
  with gr.Column():
93
  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!")
 
86
  with gr.Row():
87
  gr.Markdown("""# Midjourney / Dalle 2 / Stable Diffusion Prompt Generator
88
  This is the 355M parameter model. There is also a 7B parameter model that is much better but far slower (access coming soon).
89
+ 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. Treat this model more like a text-to-text model (simple prompt > complex prompt) rather than a generative model (prefix + word generation). It is a generative model under the hood.""")
 
90
  with gr.Row():
91
  with gr.Column():
92
  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!")