Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
33 |
-
|
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")
|