AItool commited on
Commit
8798c0e
·
verified ·
1 Parent(s): ada75ee
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -98,7 +98,7 @@ def home_page():
98
  <li><a href="/demo">Demo</a></li>
99
  <li><a href="/application">Application</a></li>
100
  </ul>
101
- <div id="credit">Image creations by
102
  <a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
103
  and
104
  <a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
@@ -145,7 +145,7 @@ def demo_page():
145
  <h3>Result 2:</h3>
146
  <img src="data:image/jpeg;base64,{encoded_img2}" />
147
  <p><a href="/">Back</a></p>
148
- <div id="credit">Image creations by
149
  <a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
150
  and
151
  <a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
@@ -180,7 +180,7 @@ def application_page():
180
  <input type="submit" value="Rectangle It">
181
  </form>
182
  <a href="/">Back</a>
183
- <div id="credit">Image creations by
184
  <a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
185
  and
186
  <a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
@@ -234,8 +234,10 @@ async def upload_file(file: UploadFile = File(...), padding_type: str = Form(...
234
  <img src='data:image/jpeg;base64,{display_encoded_img}' width="512"/>
235
  <p><a href="data:image/jpeg;base64,{full_size_encoded_img}" download="rectangled_image.jpg">
236
  Download Full-Size Image</a></p>
 
 
237
  <p><a href="/">Back</a></p>
238
- <div id="credit">Image creations by
239
  <a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
240
  and
241
  <a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
 
98
  <li><a href="/demo">Demo</a></li>
99
  <li><a href="/application">Application</a></li>
100
  </ul>
101
+ <div id="credit">Image credit
102
  <a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
103
  and
104
  <a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
 
145
  <h3>Result 2:</h3>
146
  <img src="data:image/jpeg;base64,{encoded_img2}" />
147
  <p><a href="/">Back</a></p>
148
+ <div id="credit">Image credit
149
  <a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
150
  and
151
  <a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
 
180
  <input type="submit" value="Rectangle It">
181
  </form>
182
  <a href="/">Back</a>
183
+ <div id="credit">Image credit
184
  <a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
185
  and
186
  <a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
 
234
  <img src='data:image/jpeg;base64,{display_encoded_img}' width="512"/>
235
  <p><a href="data:image/jpeg;base64,{full_size_encoded_img}" download="rectangled_image.jpg">
236
  Download Full-Size Image</a></p>
237
+ <div style="margin: 0.75em 0;"><a href="https://www.buymeacoffee.com/Artgen" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a></div>
238
+ <div style="margin: 0.75em 0;">But what would really help me is a <strong>PRO subscription</strong> to Google Colab, Kaggle or Hugging Face. Many thanks.</div>
239
  <p><a href="/">Back</a></p>
240
+ <div id="credit">Image credit
241
  <a href="https://stock.adobe.com/es/contributor/212598146/UMAMI%20LAB" target="_blank">Adobe Stock User Umami Lab</a>
242
  and
243
  <a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.