Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def query(prompt, is_negative=False, steps=1, cfg_scale=6, seed=None):
|
|
| 23 |
return image
|
| 24 |
|
| 25 |
|
| 26 |
-
css = """
|
| 27 |
.gradio-container {
|
| 28 |
font-family: 'IBM Plex Sans', sans-serif;
|
| 29 |
}
|
|
@@ -143,7 +143,7 @@ css = """
|
|
| 143 |
#prompt-text-input, #negative-prompt-text-input{padding: .45rem 0.625rem}
|
| 144 |
#component-16{border-top-width: 1px!important;margin-top: 1em}
|
| 145 |
.image_duplication{position: absolute; width: 100px; left: 50px}
|
| 146 |
-
.tabitem{border: 0 !important}
|
| 147 |
"""
|
| 148 |
|
| 149 |
with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as dalle:
|
|
|
|
| 23 |
return image
|
| 24 |
|
| 25 |
|
| 26 |
+
css = """/*
|
| 27 |
.gradio-container {
|
| 28 |
font-family: 'IBM Plex Sans', sans-serif;
|
| 29 |
}
|
|
|
|
| 143 |
#prompt-text-input, #negative-prompt-text-input{padding: .45rem 0.625rem}
|
| 144 |
#component-16{border-top-width: 1px!important;margin-top: 1em}
|
| 145 |
.image_duplication{position: absolute; width: 100px; left: 50px}
|
| 146 |
+
.tabitem{border: 0 !important}*/
|
| 147 |
"""
|
| 148 |
|
| 149 |
with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as dalle:
|