Spaces:
Runtime error
Runtime error
Commit
·
3f8ef01
1
Parent(s):
70fb311
Update app.py
Browse files
app.py
CHANGED
@@ -76,8 +76,7 @@ def img_to_img(prompt, neg_prompt, img, strength, guidance, steps, width, height
|
|
76 |
|
77 |
return result.images[0]
|
78 |
|
79 |
-
css = """.main-div div{display:inline-flex;align-items:center;gap:.8rem;font-size:1.75rem}.main-div div h1{font-weight:900;margin-bottom:7px}.main-div p{margin-bottom:10px;font-size:94%}a{text-decoration:underline}.tabs{margin-top:0;margin-bottom:0}
|
80 |
-
"""
|
81 |
with gr.Blocks(css=css) as demo:
|
82 |
gr.HTML(
|
83 |
f"""
|
|
|
76 |
|
77 |
return result.images[0]
|
78 |
|
79 |
+
css = """.main-div div{display:inline-flex;align-items:center;gap:.8rem;font-size:1.75rem}.main-div div h1{font-weight:900;margin-bottom:7px}.main-div p{margin-bottom:10px;font-size:94%}a{text-decoration:underline}.tabs{margin-top:0;margin-bottom:0}"""
|
|
|
80 |
with gr.Blocks(css=css) as demo:
|
81 |
gr.HTML(
|
82 |
f"""
|