1aurent commited on
Commit
21a0cd5
1 Parent(s): 8c965b1

Update src/app.py

Browse files

move the github icon

Files changed (1) hide show
  1. src/app.py +5 -4
src/app.py CHANGED
@@ -38,14 +38,15 @@ TITLE = """
38
  Turn low resolution images into high resolution versions with insane generated details.
39
  </p>
40
 
41
- <p style="margin: 0;">
42
  This space is powered by Refiners, our open source micro-framework for simple foundation model adaptation.
43
  If you enjoyed it, please consider starring Refiners on GitHub!
44
- <a href="https://github.com/finegrain-ai/refiners" target="_blank">
45
- <img src="https://img.shields.io/github/stars/finegrain-ai/refiners?style=social" style="display: inline; vertical-align: middle;" />
46
- </a>
47
  </p>
48
 
 
 
 
 
49
  </center>
50
  """
51
 
 
38
  Turn low resolution images into high resolution versions with insane generated details.
39
  </p>
40
 
41
+ <p>
42
  This space is powered by Refiners, our open source micro-framework for simple foundation model adaptation.
43
  If you enjoyed it, please consider starring Refiners on GitHub!
 
 
 
44
  </p>
45
 
46
+ <a href="https://github.com/finegrain-ai/refiners" target="_blank">
47
+ <img src="https://img.shields.io/github/stars/finegrain-ai/refiners?style=social" />
48
+ </a>
49
+
50
  </center>
51
  """
52