Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -86,9 +86,9 @@ with gr.Blocks(css='style.css') as demo:
|
|
86 |
"""
|
87 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
88 |
<div>
|
89 |
-
<
|
90 |
梦幻真图模型-Dreamlike Photoreal 2.0
|
91 |
-
</
|
92 |
</div>
|
93 |
<p style="margin-bottom: 10px; font-size: 96%">
|
94 |
噪音水平: 在提示词输入前,调节提示词的变化随机程度。噪音数值越大,两张图的差异越大,反之越小。
|
|
|
86 |
"""
|
87 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
88 |
<div>
|
89 |
+
<h2 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
|
90 |
梦幻真图模型-Dreamlike Photoreal 2.0
|
91 |
+
</h2>
|
92 |
</div>
|
93 |
<p style="margin-bottom: 10px; font-size: 96%">
|
94 |
噪音水平: 在提示词输入前,调节提示词的变化随机程度。噪音数值越大,两张图的差异越大,反之越小。
|