Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -114,24 +114,18 @@ with gr.Blocks(css='style.css') as demo:
|
|
114 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
115 |
<div>
|
116 |
<style>
|
117 |
-
|
118 |
-
font-family: Arial, Helvetica, sans-serif;
|
119 |
-
background: rgb(122, 116, 116);
|
120 |
-
}
|
121 |
-
h1 {
|
122 |
font-size: 6em;
|
123 |
-
color: #
|
124 |
-
|
125 |
-
box-shadow: 0 0 50px rgba(0,0,0,0.8);
|
126 |
}
|
127 |
</style>
|
128 |
<body>
|
129 |
-
<div class="center"><h1>
|
130 |
</div>
|
131 |
</body>
|
132 |
</div>
|
133 |
-
<
|
134 |
-
<p style="margin-bottom: 10px; color: #ffaa66;">
|
135 |
Noise Level: Controls how much randomness is added to the input of the boxes after the first one before it is sent to the model, so you can get 6 unique 768x768 images. Higher noise level produces more diverse outputs, while lower noise level produces similar outputs,
|
136 |
<a href="https://twitter.com/DavidJohnstonxx/">original space created by Phenomenon1981</a>.
|
137 |
</p>
|
|
|
114 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
115 |
<div>
|
116 |
<style>
|
117 |
+
h1 {
|
|
|
|
|
|
|
|
|
118 |
font-size: 6em;
|
119 |
+
color: #ffffff;
|
120 |
+
box-shadow: 0 24 16px rgba(0,0,0,0.8);
|
|
|
121 |
}
|
122 |
</style>
|
123 |
<body>
|
124 |
+
<div class="center"><h1>DreamAnything</h1>
|
125 |
</div>
|
126 |
</body>
|
127 |
</div>
|
128 |
+
<p style="margin-bottom: 10px; color: #ffffff;">
|
|
|
129 |
Noise Level: Controls how much randomness is added to the input of the boxes after the first one before it is sent to the model, so you can get 6 unique 768x768 images. Higher noise level produces more diverse outputs, while lower noise level produces similar outputs,
|
130 |
<a href="https://twitter.com/DavidJohnstonxx/">original space created by Phenomenon1981</a>.
|
131 |
</p>
|