Spaces:
Runtime error
Runtime error
amankishore
commited on
Commit
•
0e30a9a
1
Parent(s):
a698138
Fix Video
Browse files
app.py
CHANGED
@@ -35,7 +35,6 @@ css = '''
|
|
35 |
.instruction{position: absolute; top: 0;right: 0;margin-top: 0px !important}
|
36 |
.arrow{position: absolute;top: 0;right: -110px;margin-top: -8px !important}
|
37 |
#component-4, #component-3, #component-10{min-height: 0}
|
38 |
-
.duplicate-button img{margin: 0}
|
39 |
'''
|
40 |
|
41 |
def set_state(s):
|
@@ -200,11 +199,10 @@ with block:
|
|
200 |
<h1 style="font-weight: 900; font-size: 2.5rem;">
|
201 |
Shap-E Web UI
|
202 |
</h1>
|
203 |
-
<br />
|
204 |
-
<a class="duplicate-button" style="display:inline-block" target="_blank" href="https://huggingface.co/spaces/MirageML/point-e?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a>
|
205 |
</div>
|
206 |
-
<
|
207 |
If the Queue is Too Long, <a href="https://app.mirageml.com/generate" style="text-decoration: underline" target="_blank">Try it on Mirage</a>!
|
|
|
208 |
<br />
|
209 |
<p style="margin-bottom: 10px; font-size: 94%">
|
210 |
Generate 3D Assets in 1 minute with a prompt or image!
|
@@ -222,13 +220,12 @@ with block:
|
|
222 |
style="margin: auto; max-width: 7rem;">
|
223 |
<br />
|
224 |
<h1 style="font-weight: 900; font-size: 2.5rem;">
|
225 |
-
|
226 |
</h1>
|
227 |
-
<br />
|
228 |
-
<a class="duplicate-button" style="display:inline-block" target="_blank" href="https://huggingface.co/spaces/MirageML/point-e?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a>
|
229 |
</div>
|
230 |
-
<
|
231 |
If the Queue is Too Long, <a href="https://app.mirageml.com/generate" style="text-decoration: underline" target="_blank">Try it on Mirage</a>!
|
|
|
232 |
<br />
|
233 |
<p style="margin-bottom: 10px; font-size: 94%">
|
234 |
Generate 3D Assets in 1 minute with a prompt or image!
|
|
|
35 |
.instruction{position: absolute; top: 0;right: 0;margin-top: 0px !important}
|
36 |
.arrow{position: absolute;top: 0;right: -110px;margin-top: -8px !important}
|
37 |
#component-4, #component-3, #component-10{min-height: 0}
|
|
|
38 |
'''
|
39 |
|
40 |
def set_state(s):
|
|
|
199 |
<h1 style="font-weight: 900; font-size: 2.5rem;">
|
200 |
Shap-E Web UI
|
201 |
</h1>
|
|
|
|
|
202 |
</div>
|
203 |
+
<h3 style="font-weight: 900; font-size: 1.5rem;">
|
204 |
If the Queue is Too Long, <a href="https://app.mirageml.com/generate" style="text-decoration: underline" target="_blank">Try it on Mirage</a>!
|
205 |
+
</h3>
|
206 |
<br />
|
207 |
<p style="margin-bottom: 10px; font-size: 94%">
|
208 |
Generate 3D Assets in 1 minute with a prompt or image!
|
|
|
220 |
style="margin: auto; max-width: 7rem;">
|
221 |
<br />
|
222 |
<h1 style="font-weight: 900; font-size: 2.5rem;">
|
223 |
+
Shap-E Web UI
|
224 |
</h1>
|
|
|
|
|
225 |
</div>
|
226 |
+
<h3 style="font-weight: 900; font-size: 1.5rem;">
|
227 |
If the Queue is Too Long, <a href="https://app.mirageml.com/generate" style="text-decoration: underline" target="_blank">Try it on Mirage</a>!
|
228 |
+
</h3>
|
229 |
<br />
|
230 |
<p style="margin-bottom: 10px; font-size: 94%">
|
231 |
Generate 3D Assets in 1 minute with a prompt or image!
|