Update app.py
Browse files
app.py
CHANGED
@@ -142,11 +142,11 @@ with App.Blocks(css='style.css') as demo:
|
|
142 |
<div style='text-align: center; max-width: 650px; margin: 0 auto;'>
|
143 |
<div>
|
144 |
<h1 style='font-weight: 900; font-size: 3rem; margin-bottom:20px;'>
|
145 |
-
Dreamlike PhotoReal 2.0 (x4)
|
146 |
</h1>
|
147 |
</div>
|
148 |
<p style='margin-bottom: 10px; font-size: 96%'>
|
149 |
-
Dreamlike PhotoReal 2.0 - running on CPU⚡
|
150 |
Noise Level: Controls how much randomness is added to the input before it is sent to the model. Higher noise level produces more diverse Outputs, while lower noise level produces similar Outputs,
|
151 |
<a href="https://twitter.com/DavidJohnstonxx/">created by Phenomenon1981</a>.
|
152 |
</p>
|
|
|
142 |
<div style='text-align: center; max-width: 650px; margin: 0 auto;'>
|
143 |
<div>
|
144 |
<h1 style='font-weight: 900; font-size: 3rem; margin-bottom:20px;'>
|
145 |
+
Dreamlike PhotoReal 2.0 <sub>(x4)</sub>
|
146 |
</h1>
|
147 |
</div>
|
148 |
<p style='margin-bottom: 10px; font-size: 96%'>
|
149 |
+
Dreamlike PhotoReal 2.0 - running on CPU⚡ <br>
|
150 |
Noise Level: Controls how much randomness is added to the input before it is sent to the model. Higher noise level produces more diverse Outputs, while lower noise level produces similar Outputs,
|
151 |
<a href="https://twitter.com/DavidJohnstonxx/">created by Phenomenon1981</a>.
|
152 |
</p>
|