AItool commited on
Commit
3fc2d0f
·
verified ·
1 Parent(s): 7c7291f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
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 credits
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>.
@@ -242,6 +242,8 @@ async def upload_file(file: UploadFile = File(...), padding_type: str = Form(...
242
  and
243
  <a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
244
  </div>
 
 
245
  </body>
246
  </html>
247
  """,
 
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>.
 
242
  and
243
  <a href="https://www.shutterstock.com/g/Idoia+Lerchundi?rid=430751957" target="_blank">Shutterstock User PhoArt101</a>.
244
  </div>
245
+ <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>
246
+ <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>
247
  </body>
248
  </html>
249
  """,