Spaces:
Running
Running
hatmanstack
commited on
Commit
•
8a17e3a
1
Parent(s):
b551c1f
styling
Browse files
app.py
CHANGED
@@ -27,8 +27,11 @@ def create_advanced_options():
|
|
27 |
with gr.Blocks() as demo:
|
28 |
gr.HTML("""
|
29 |
<style>
|
|
|
|
|
|
|
30 |
#component-0 {
|
31 |
-
max-width:
|
32 |
margin: 0 auto;
|
33 |
}
|
34 |
.center-markdown {
|
@@ -143,7 +146,7 @@ with gr.Blocks() as demo:
|
|
143 |
negative_text, width, height, quality, cfg_scale, seed = create_advanced_options()
|
144 |
gr.Button("Generate").click(image_conditioning, inputs=[condition_image, prompt, negative_text, control_mode, control_strength, height, width, quality, cfg_scale, seed], outputs=[output, error_box])
|
145 |
|
146 |
-
with gr.Tab("Color Guided
|
147 |
with gr.Column():
|
148 |
gr.Markdown("""
|
149 |
<div style="text-align: center;">
|
|
|
27 |
with gr.Blocks() as demo:
|
28 |
gr.HTML("""
|
29 |
<style>
|
30 |
+
::-webkit-scrollbar {
|
31 |
+
display: none;
|
32 |
+
}
|
33 |
#component-0 {
|
34 |
+
max-width: 800px;
|
35 |
margin: 0 auto;
|
36 |
}
|
37 |
.center-markdown {
|
|
|
146 |
negative_text, width, height, quality, cfg_scale, seed = create_advanced_options()
|
147 |
gr.Button("Generate").click(image_conditioning, inputs=[condition_image, prompt, negative_text, control_mode, control_strength, height, width, quality, cfg_scale, seed], outputs=[output, error_box])
|
148 |
|
149 |
+
with gr.Tab("Color Guided"):
|
150 |
with gr.Column():
|
151 |
gr.Markdown("""
|
152 |
<div style="text-align: center;">
|