mukaist commited on
Commit
3ab901c
1 Parent(s): badbac0

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +2 -31
src/app.py CHANGED
@@ -19,42 +19,13 @@ TITLE = """
19
  <center>
20
 
21
  <h1 style="font-size: 1.5rem; margin-bottom: 0.5rem;">
22
- Image Enhancer Powered By Refiners
23
  </h1>
24
 
25
- <div style="
26
- display: flex;
27
- align-items: center;
28
- justify-content: center;
29
- gap: 0.5rem;
30
- margin-bottom: 0.5rem;
31
- font-size: 1.25rem;
32
- flex-wrap: wrap;
33
- ">
34
- <a href="https://blog.finegrain.ai/posts/reproducing-clarity-upscaler/" target="_blank">[Blog Post]</a>
35
- <a href="https://github.com/finegrain-ai/refiners" target="_blank">[Refiners]</a>
36
- <a href="https://finegrain.ai/" target="_blank">[Finegrain]</a>
37
- <a href="https://huggingface.co/spaces/finegrain/finegrain-object-eraser" target="_blank">
38
- [Finegrain Object Eraser]
39
- </a>
40
- <a href="https://huggingface.co/spaces/finegrain/finegrain-object-cutter" target="_blank">
41
- [Finegrain Object Cutter]
42
- </a>
43
- </div>
44
-
45
  <p>
46
- Turn low resolution images into high resolution versions with added generated details (your image will be modified).
47
  </p>
48
 
49
- <p>
50
- This space is powered by Refiners, our open source micro-framework for simple foundation model adaptation.
51
- If you enjoyed it, please consider starring Refiners on GitHub!
52
- </p>
53
-
54
- <a href="https://github.com/finegrain-ai/refiners" target="_blank">
55
- <img src="https://img.shields.io/github/stars/finegrain-ai/refiners?style=social" />
56
- </a>
57
-
58
  </center>
59
  """
60
 
 
19
  <center>
20
 
21
  <h1 style="font-size: 1.5rem; margin-bottom: 0.5rem;">
22
+ Hepzeka.com - Resim Çözünürlük Yükseltici
23
  </h1>
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  <p>
26
+ Düşük çözünürlüklü görüntüleri, eklenmiş oluşturulmuş ayrıntılarla yüksek çözünürlüklü sürümlere dönüştür
27
  </p>
28
 
 
 
 
 
 
 
 
 
 
29
  </center>
30
  """
31