Spaces:
Sleeping
Sleeping
Dmitry Trifonov
commited on
Commit
·
c8417ab
1
Parent(s):
f060249
update the app to include information about running on Fair
Browse files- .gitignore +7 -0
- app.py +4 -2
.gitignore
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.idea
|
2 |
+
venv
|
3 |
+
|
4 |
+
# generated images
|
5 |
+
*.png
|
6 |
+
*.jpg
|
7 |
+
*.jpeg
|
app.py
CHANGED
@@ -150,11 +150,13 @@ with block:
|
|
150 |
"
|
151 |
>
|
152 |
<h1 style="font-weight: 900; margin-bottom: 7px;">
|
153 |
-
|
154 |
</h1>
|
155 |
</div>
|
156 |
<p style="margin-bottom: 10px; font-size: 94%">
|
157 |
-
|
|
|
|
|
158 |
</p>
|
159 |
</div>
|
160 |
"""
|
|
|
150 |
"
|
151 |
>
|
152 |
<h1 style="font-weight: 900; margin-bottom: 7px;">
|
153 |
+
Fair Compute Demo
|
154 |
</h1>
|
155 |
</div>
|
156 |
<p style="margin-bottom: 10px; font-size: 94%">
|
157 |
+
A demo of a popular Stable Diffusion neural network that runs on regular computers.
|
158 |
+
Run AI models on your computer and avoid paying egregious cloud fees
|
159 |
+
This demo is powered by the <a href="https://faircompute.com/">FairCompute</a> platform.
|
160 |
</p>
|
161 |
</div>
|
162 |
"""
|