Spaces:
Sleeping
Sleeping
Rename app.py to app.pyhttps://submit.shutterstock.com/portfolio/not_submitted/photo
Browse files
app.py → app.pyhttps:/submit.shutterstock.com/portfolio/not_submitted/photo
RENAMED
|
@@ -129,7 +129,7 @@ def home_page():
|
|
| 129 |
<li><a href="/demo">Demo</a></li>
|
| 130 |
<li><a href="/application">Application</a></li>
|
| 131 |
</ul>
|
| 132 |
-
<div id="credit">
|
| 133 |
<a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
|
| 134 |
and
|
| 135 |
<a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
|
|
@@ -176,7 +176,7 @@ def demo_page():
|
|
| 176 |
<h3>Result 2:</h3>
|
| 177 |
<img src="data:image/jpeg;base64,{encoded_img2}" />
|
| 178 |
<p><a href="/">Back</a></p>
|
| 179 |
-
<div id="credit">
|
| 180 |
<a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
|
| 181 |
and
|
| 182 |
<a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
|
|
@@ -211,7 +211,7 @@ def application_page():
|
|
| 211 |
<input type="submit" value="Rectangle It">
|
| 212 |
</form>
|
| 213 |
<a href="/">Back</a>
|
| 214 |
-
<div id="credit">
|
| 215 |
<a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
|
| 216 |
and
|
| 217 |
<a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
|
|
@@ -266,7 +266,7 @@ async def upload_file(file: UploadFile = File(...), padding_type: str = Form(...
|
|
| 266 |
<p><a href="data:image/jpeg;base64,{full_size_encoded_img}" download="rectangled_image.jpg">
|
| 267 |
Download Full-Size Image</a></p>
|
| 268 |
<p><a href="/">Back</a></p>
|
| 269 |
-
<div id="credit">
|
| 270 |
<a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
|
| 271 |
and
|
| 272 |
<a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
|
|
|
|
| 129 |
<li><a href="/demo">Demo</a></li>
|
| 130 |
<li><a href="/application">Application</a></li>
|
| 131 |
</ul>
|
| 132 |
+
<div id="credit">Image creations by
|
| 133 |
<a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
|
| 134 |
and
|
| 135 |
<a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
|
|
|
|
| 176 |
<h3>Result 2:</h3>
|
| 177 |
<img src="data:image/jpeg;base64,{encoded_img2}" />
|
| 178 |
<p><a href="/">Back</a></p>
|
| 179 |
+
<div id="credit">Image creations by
|
| 180 |
<a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
|
| 181 |
and
|
| 182 |
<a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
|
|
|
|
| 211 |
<input type="submit" value="Rectangle It">
|
| 212 |
</form>
|
| 213 |
<a href="/">Back</a>
|
| 214 |
+
<div id="credit">Image creations by
|
| 215 |
<a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
|
| 216 |
and
|
| 217 |
<a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
|
|
|
|
| 266 |
<p><a href="data:image/jpeg;base64,{full_size_encoded_img}" download="rectangled_image.jpg">
|
| 267 |
Download Full-Size Image</a></p>
|
| 268 |
<p><a href="/">Back</a></p>
|
| 269 |
+
<div id="credit">Image creations by
|
| 270 |
<a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
|
| 271 |
and
|
| 272 |
<a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
|