Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -102,13 +102,19 @@ examples = [
|
|
102 |
"a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
|
103 |
]
|
104 |
|
105 |
-
|
106 |
.gradio-container{max-width: 560px !important}
|
107 |
h1{text-align:center}
|
108 |
footer {
|
109 |
visibility: hidden
|
110 |
}
|
111 |
'''
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as demo:
|
113 |
gr.Markdown(DESCRIPTION)
|
114 |
gr.DuplicateButton(
|
|
|
102 |
"a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
|
103 |
]
|
104 |
|
105 |
+
css1 = '''
|
106 |
.gradio-container{max-width: 560px !important}
|
107 |
h1{text-align:center}
|
108 |
footer {
|
109 |
visibility: hidden
|
110 |
}
|
111 |
'''
|
112 |
+
|
113 |
+
css = '''
|
114 |
+
.gradio-container{max-width: 560px !important}
|
115 |
+
h1{text-align:center}
|
116 |
+
'''
|
117 |
+
|
118 |
with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as demo:
|
119 |
gr.Markdown(DESCRIPTION)
|
120 |
gr.DuplicateButton(
|