Spaces:
Build error
Build error
changes
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ text-decoration: underline;
|
|
147 |
}
|
148 |
|
149 |
.footer {
|
150 |
-
|
151 |
left: 0;
|
152 |
bottom: 0;
|
153 |
width: 100%;
|
@@ -157,12 +157,12 @@ text-align: center;
|
|
157 |
}
|
158 |
</style>
|
159 |
<div class="footer">
|
160 |
-
<br></br>
|
161 |
-
<br></br>
|
162 |
-
<br></br>
|
163 |
-
<br></br>
|
164 |
-
<br></br>
|
165 |
-
<br></br>
|
166 |
<p>
|
167 |
*Please note that this model was explicitly not trained on images of people, and as a result is not designed to caption images with humans.
|
168 |
|
|
|
147 |
}
|
148 |
|
149 |
.footer {
|
150 |
+
position: fixed;
|
151 |
left: 0;
|
152 |
bottom: 0;
|
153 |
width: 100%;
|
|
|
157 |
}
|
158 |
</style>
|
159 |
<div class="footer">
|
160 |
+
# <br></br>
|
161 |
+
# <br></br>
|
162 |
+
# <br></br>
|
163 |
+
# <br></br>
|
164 |
+
# <br></br>
|
165 |
+
# <br></br>
|
166 |
<p>
|
167 |
*Please note that this model was explicitly not trained on images of people, and as a result is not designed to caption images with humans.
|
168 |
|