Ryouko65777 commited on
Commit
8881861
·
verified ·
1 Parent(s): 47b8d9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -29,9 +29,8 @@ def create_ui():
29
  with gr.Blocks(theme="Ryouko65777/ryo") as ui:
30
  gr.Markdown("## Flux Uncensored\nUnofficial Gradio Demo")
31
 
32
- with gr.Row():
33
- prompt_input = gr.Textbox(label="Enter a Prompt", placeholder="Describe the image you want to generate", lines=3)
34
- generate_button = gr.Button("Generate Image")
35
 
36
  with gr.Row():
37
  output_image = gr.Image(label="Generated Image")
 
29
  with gr.Blocks(theme="Ryouko65777/ryo") as ui:
30
  gr.Markdown("## Flux Uncensored\nUnofficial Gradio Demo")
31
 
32
+ prompt_input = gr.Textbox(label="Enter a Prompt", placeholder="Describe the image you want to generate", lines=3)
33
+ generate_button = gr.Button("Generate Image")
 
34
 
35
  with gr.Row():
36
  output_image = gr.Image(label="Generated Image")