wtf741 commited on
Commit
50097ce
1 Parent(s): 8a87e00

change the inspiration source due toillyasviel deleted the repo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ if __name__ == '__main__':
87
  gr_markdown = gr.Markdown(textwrap.dedent("""
88
  Cleaner for [MIST](https://github.com/mist-project/mist-v2)(**M**IST **I**s **S**tupid **T**rash) noises.
89
 
90
- Inspired by https://github.com/lllyasviel/AdverseCleaner
91
 
92
  * **Update 2023.12.18**, allow random dynamic adversarial clean and iterate steps.
93
  """).strip())
 
87
  gr_markdown = gr.Markdown(textwrap.dedent("""
88
  Cleaner for [MIST](https://github.com/mist-project/mist-v2)(**M**IST **I**s **S**tupid **T**rash) noises.
89
 
90
+ Inspired by https://huggingface.co/spaces/p1atdev/AdverseCleaner
91
 
92
  * **Update 2023.12.18**, allow random dynamic adversarial clean and iterate steps.
93
  """).strip())