Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ examples = [
|
|
116 |
|
117 |
css = '''
|
118 |
.gradio-container {
|
119 |
-
max-width:
|
120 |
margin: 0 auto !important;
|
121 |
display: flex;
|
122 |
flex-direction: column;
|
@@ -127,9 +127,9 @@ h1 { text-align: center; }
|
|
127 |
footer { visibility: hidden; }
|
128 |
'''
|
129 |
|
130 |
-
with gr.Blocks(css=css) as demo:
|
131 |
with gr.Column(elem_id="col-container"):
|
132 |
-
gr.Markdown("##
|
133 |
|
134 |
with gr.Row():
|
135 |
prompt = gr.Text(
|
|
|
116 |
|
117 |
css = '''
|
118 |
.gradio-container {
|
119 |
+
max-width: 666px !important;
|
120 |
margin: 0 auto !important;
|
121 |
display: flex;
|
122 |
flex-direction: column;
|
|
|
127 |
footer { visibility: hidden; }
|
128 |
'''
|
129 |
|
130 |
+
with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
131 |
with gr.Column(elem_id="col-container"):
|
132 |
+
gr.Markdown("## Text to Image SD3.5")
|
133 |
|
134 |
with gr.Row():
|
135 |
prompt = gr.Text(
|