nightfury commited on
Commit
b11c51d
·
1 Parent(s): 06521e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -13
app.py CHANGED
@@ -59,9 +59,9 @@ Given a grayscale photograph as input, this demo attacks the problem of hallucin
59
  <div class="acknowledgments">
60
  <p><h4>LICENSE</h4>
61
 
62
- <div class="Box mb-3 clearfix">
63
- <div class="d-flex flex-column flex-md-row">
64
- <div class="p-3 col-md-6">
65
  <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">
66
  <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>
67
  </svg>
@@ -71,10 +71,10 @@ Given a grayscale photograph as input, this demo attacks the problem of hallucin
71
  </p>
72
  <h3 class="mt-0 mb-2 h4">BSD 2-Clause "Simplified" License</h3>
73
  <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>
74
- </div>
75
 
76
- <div class="d-flex px-3 col-md-6 flex-column flex-sm-row pb-sm-3">
77
- <div class="pb-3 col-sm-4 pt-md-2">
 
78
  <h4 class="mt-1 mb-2 h5">Permissions</h4>
79
  <ul class="list-style-none">
80
  <li class="text-small pl-3">
@@ -102,8 +102,7 @@ Given a grayscale photograph as input, this demo attacks the problem of hallucin
102
  </span>
103
  </li>
104
  </ul>
105
- </div>
106
- <div class="pb-3 col-sm-4 pt-md-2">
107
  <h4 class="mt-1 mb-2 h5">Limitations</h4>
108
  <ul class="list-style-none">
109
  <li class="text-small pl-3">
@@ -119,8 +118,7 @@ Given a grayscale photograph as input, this demo attacks the problem of hallucin
119
  </span>
120
  </li>
121
  </ul>
122
- </div>
123
- <div class="pb-3 col-sm-4 pt-md-2">
124
  <h4 class="mt-1 mb-2 h5">Conditions</h4>
125
  <ul class="list-style-none">
126
  <li class="text-small pl-3">
@@ -130,9 +128,6 @@ Given a grayscale photograph as input, this demo attacks the problem of hallucin
130
  </span>
131
  </li>
132
  </ul>
133
- </div>
134
- </div>
135
- </div>
136
  <p class="color-fg-muted text-small mb-0 border-top col-12 float-left p-2 px-sm-3">
137
  This is not legal advice.
138
  <a href="https://docs.github.com/articles/licensing-a-repository/#disclaimer">Learn more about repository licenses</a>.
 
59
  <div class="acknowledgments">
60
  <p><h4>LICENSE</h4>
61
 
62
+
63
+
64
+
65
  <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">
66
  <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>
67
  </svg>
 
71
  </p>
72
  <h3 class="mt-0 mb-2 h4">BSD 2-Clause "Simplified" License</h3>
73
  <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>
 
74
 
75
+
76
+
77
+
78
  <h4 class="mt-1 mb-2 h5">Permissions</h4>
79
  <ul class="list-style-none">
80
  <li class="text-small pl-3">
 
102
  </span>
103
  </li>
104
  </ul>
105
+
 
106
  <h4 class="mt-1 mb-2 h5">Limitations</h4>
107
  <ul class="list-style-none">
108
  <li class="text-small pl-3">
 
118
  </span>
119
  </li>
120
  </ul>
121
+
 
122
  <h4 class="mt-1 mb-2 h5">Conditions</h4>
123
  <ul class="list-style-none">
124
  <li class="text-small pl-3">
 
128
  </span>
129
  </li>
130
  </ul>
 
 
 
131
  <p class="color-fg-muted text-small mb-0 border-top col-12 float-left p-2 px-sm-3">
132
  This is not legal advice.
133
  <a href="https://docs.github.com/articles/licensing-a-repository/#disclaimer">Learn more about repository licenses</a>.