lichorosario commited on
Commit
9d39e91
·
1 Parent(s): 4c319af

feat: Add attribution and references to the portfolio markdown

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -141,7 +141,8 @@ with gr.Blocks(css=css) as demo:
141
  gr.Markdown(
142
  "### This is my portfolio.\n"
143
  "**Note**: Generation quality may vary. For best results, adjust the parameters.\n"
144
- "Special thanks to [@artificialguybr](https://huggingface.co/artificialguybr) and [@fffiloni](https://huggingface.co/fffiloni)."
 
145
  )
146
 
147
  with gr.Row():
 
141
  gr.Markdown(
142
  "### This is my portfolio.\n"
143
  "**Note**: Generation quality may vary. For best results, adjust the parameters.\n"
144
+ "Special thanks to [@artificialguybr](https://huggingface.co/artificialguybr) and [@fffiloni](https://huggingface.co/fffiloni).\n"
145
+ "Based on [https://huggingface.co/spaces/fffiloni/sd-xl-custom-model](https://huggingface.co/spaces/fffiloni/sd-xl-custom-model) and [https://huggingface.co/spaces/gokaygokay/TileUpscalerV2](https://huggingface.co/spaces/gokaygokay/TileUpscalerV2)"
146
  )
147
 
148
  with gr.Row():