Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -111,13 +111,13 @@ with gr.Blocks(theme="nevreal/blues") as demo:
|
|
111 |
info="Add the Trigger Word",
|
112 |
lines=1,
|
113 |
value="",
|
114 |
-
)
|
|
|
|
|
|
|
115 |
with gr.Column(scale=4):
|
116 |
with gr.Row():
|
117 |
img = gr.Image(type="filepath", label='flux Generated Image', height=600)
|
118 |
-
with gr.Row():
|
119 |
-
prompt = gr.Textbox(label='Enter Your Prompt (Multi-Languages)', placeholder="Enter prompt...", scale=6)
|
120 |
-
sendBtn = gr.Button(scale=1, variant='primary')
|
121 |
with gr.Row():
|
122 |
with gr.Accordion("Advanced Options", open=True):
|
123 |
with gr.Column(scale=1):
|
|
|
111 |
info="Add the Trigger Word",
|
112 |
lines=1,
|
113 |
value="",
|
114 |
+
)
|
115 |
+
with gr.Row():
|
116 |
+
prompt = gr.Textbox(label='Enter Your Prompt (Multi-Languages)', placeholder="Enter prompt...", scale=6)
|
117 |
+
sendBtn = gr.Button(scale=1, variant='primary')
|
118 |
with gr.Column(scale=4):
|
119 |
with gr.Row():
|
120 |
img = gr.Image(type="filepath", label='flux Generated Image', height=600)
|
|
|
|
|
|
|
121 |
with gr.Row():
|
122 |
with gr.Accordion("Advanced Options", open=True):
|
123 |
with gr.Column(scale=1):
|