Spaces:
Running
Running
Ryouko65777
commited on
Commit
•
4b52415
1
Parent(s):
1a9a4c9
Update app.py
Browse files
app.py
CHANGED
@@ -26,10 +26,10 @@ def generate_image(prompt):
|
|
26 |
|
27 |
# Create Gradio interface
|
28 |
def create_ui():
|
29 |
-
with gr.Blocks() as ui:
|
30 |
-
gr.Markdown("## Flux Uncensored
|
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 |
|
|
|
26 |
|
27 |
# Create Gradio interface
|
28 |
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(scale=4):
|
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 |
|