Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,35 +53,14 @@ Given a grayscale photograph as input, this demo attacks the problem of hallucin
|
|
53 |
</p>
|
54 |
|
55 |
<div class="footer">
|
56 |
-
<p>Built by <a href="
|
57 |
</p>
|
58 |
</div>
|
59 |
<div class="acknowledgments">
|
60 |
-
<p><h4>LICENSE</h4>
|
61 |
|
62 |
-
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
63 |
-
<div
|
64 |
-
style="
|
65 |
-
display: inline-flex;
|
66 |
-
align-items: center;
|
67 |
-
gap: 0.8rem;
|
68 |
-
font-size: 1.75rem;
|
69 |
-
"
|
70 |
-
>
|
71 |
-
|
72 |
-
<svg height="32" aria-hidden="true" viewBox="0 0 24 24" version="1.1" width="32" data-view-component="true" class="octicon octicon-law color-fg-default float-left mr-2">
|
73 |
-
<path fill-rule="evenodd" d="M12.75 2.75a.75.75 0 00-1.5 0V4.5H9.276a1.75 1.75 0 00-.985.303L6.596 5.957A.25.25 0 016.455 6H2.353a.75.75 0 100 1.5H3.93L.563 15.18a.762.762 0 00.21.88c.08.064.161.125.309.221.186.121.452.278.792.433.68.311 1.662.62 2.876.62a6.919 6.919 0 002.876-.62c.34-.155.606-.312.792-.433.15-.097.23-.158.31-.223a.75.75 0 00.209-.878L5.569 7.5h.886c.351 0 .694-.106.984-.303l1.696-1.154A.25.25 0 019.275 6h1.975v14.5H6.763a.75.75 0 000 1.5h10.474a.75.75 0 000-1.5H12.75V6h1.974c.05 0 .1.015.14.043l1.697 1.154c.29.197.633.303.984.303h.886l-3.368 7.68a.75.75 0 00.23.896c.012.009 0 0 .002 0a3.154 3.154 0 00.31.206c.185.112.45.256.79.4a7.343 7.343 0 002.855.568 7.343 7.343 0 002.856-.569c.338-.143.604-.287.79-.399a3.5 3.5 0 00.31-.206.75.75 0 00.23-.896L20.07 7.5h1.578a.75.75 0 000-1.5h-4.102a.25.25 0 01-.14-.043l-1.697-1.154a1.75 1.75 0 00-.984-.303H12.75V2.75zM2.193 15.198a5.418 5.418 0 002.557.635 5.418 5.418 0 002.557-.635L4.75 9.368l-2.557 5.83zm14.51-.024c.082.04.174.083.275.126.53.223 1.305.45 2.272.45a5.846 5.846 0 002.547-.576L19.25 9.367l-2.547 5.807z"></path>
|
74 |
-
</svg>
|
75 |
-
<p class="text-small color-fg-muted mb-0 lh-condensed-ultra">
|
76 |
-
richzhang/colorization
|
77 |
-
is licensed under the
|
78 |
-
</p>
|
79 |
<h3 class="mt-0 mb-2 h4">BSD 2-Clause "Simplified" License</h3>
|
80 |
<p class="mb-0 color-fg-muted text-small pr-2">A permissive license that comes in two variants, the BSD 2-Clause and BSD 3-Clause. Both have very minute differences to the MIT license.</p>
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
<h4 class="mt-1 mb-2 h5">Permissions</h4>
|
86 |
<ul class="list-style-none">
|
87 |
<li class="text-small pl-3">
|
@@ -109,7 +88,6 @@ Given a grayscale photograph as input, this demo attacks the problem of hallucin
|
|
109 |
</span>
|
110 |
</li>
|
111 |
</ul>
|
112 |
-
|
113 |
<h4 class="mt-1 mb-2 h5">Limitations</h4>
|
114 |
<ul class="list-style-none">
|
115 |
<li class="text-small pl-3">
|
@@ -125,7 +103,6 @@ Given a grayscale photograph as input, this demo attacks the problem of hallucin
|
|
125 |
</span>
|
126 |
</li>
|
127 |
</ul>
|
128 |
-
|
129 |
<h4 class="mt-1 mb-2 h5">Conditions</h4>
|
130 |
<ul class="list-style-none">
|
131 |
<li class="text-small pl-3">
|
|
|
53 |
</p>
|
54 |
|
55 |
<div class="footer">
|
56 |
+
<p>Built by <a href="" style="text-decoration: underline;" target="_blank">Dushyantsinh Jadeja</a> & the Model being used in here is from <a href="https://github.com/richzhang/colorization" style="text-decoration: underline;" target="_blank">richzhang</a> - Gradio Demo by π€ Hugging Face
|
57 |
</p>
|
58 |
</div>
|
59 |
<div class="acknowledgments">
|
60 |
+
<p><h4>LICENSE</h4></p>
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
<h3 class="mt-0 mb-2 h4">BSD 2-Clause "Simplified" License</h3>
|
63 |
<p class="mb-0 color-fg-muted text-small pr-2">A permissive license that comes in two variants, the BSD 2-Clause and BSD 3-Clause. Both have very minute differences to the MIT license.</p>
|
|
|
|
|
|
|
|
|
64 |
<h4 class="mt-1 mb-2 h5">Permissions</h4>
|
65 |
<ul class="list-style-none">
|
66 |
<li class="text-small pl-3">
|
|
|
88 |
</span>
|
89 |
</li>
|
90 |
</ul>
|
|
|
91 |
<h4 class="mt-1 mb-2 h5">Limitations</h4>
|
92 |
<ul class="list-style-none">
|
93 |
<li class="text-small pl-3">
|
|
|
103 |
</span>
|
104 |
</li>
|
105 |
</ul>
|
|
|
106 |
<h4 class="mt-1 mb-2 h5">Conditions</h4>
|
107 |
<ul class="list-style-none">
|
108 |
<li class="text-small pl-3">
|