Spaces:
Runtime error
Runtime error
Commit
Β·
e33b5c3
1
Parent(s):
3af6744
Add slight style tweaks to working app
Browse files
app.py
CHANGED
@@ -322,7 +322,7 @@ with gr.Blocks(css=css) as demo:
|
|
322 |
state[i] = True
|
323 |
checkbox_states[i] = True
|
324 |
gr.HTML('''
|
325 |
-
<div style="text-align:
|
326 |
<div
|
327 |
style="
|
328 |
display: inline-flex;
|
@@ -335,15 +335,21 @@ with gr.Blocks(css=css) as demo:
|
|
335 |
π§βπ Astronaut Horse Concept Loader
|
336 |
</h1>
|
337 |
</div>
|
|
|
338 |
<p _style="margin-bottom: 10px; font-size: 94%">
|
339 |
Run your own text prompts into fine-tuned artist concepts, see the example below. Currently only loading two artist concepts while testing. Soon will automatically be able to add all concepts from astronaut horse artist collaborations.
|
340 |
</p>
|
|
|
341 |
<a href="http://www.astronaut.horse">http://www.astronaut.horse</a>
|
|
|
|
|
342 |
<h2>Prompt Examples Using Artist Token:</h2>
|
343 |
<ul>
|
344 |
<li>"a photograph of pink crystals in the style of <artist>"</li>
|
345 |
<li>"a painting of a horse in the style of <artist>"</li>
|
346 |
</ul>
|
|
|
|
|
347 |
<h2>Currently-Usable Concept Tokens</h2>
|
348 |
<ul>
|
349 |
<li><artist></li>
|
|
|
322 |
state[i] = True
|
323 |
checkbox_states[i] = True
|
324 |
gr.HTML('''
|
325 |
+
<div style="text-align: left; max-width: 720px; margin: 0 auto;">
|
326 |
<div
|
327 |
style="
|
328 |
display: inline-flex;
|
|
|
335 |
π§βπ Astronaut Horse Concept Loader
|
336 |
</h1>
|
337 |
</div>
|
338 |
+
<br>
|
339 |
<p _style="margin-bottom: 10px; font-size: 94%">
|
340 |
Run your own text prompts into fine-tuned artist concepts, see the example below. Currently only loading two artist concepts while testing. Soon will automatically be able to add all concepts from astronaut horse artist collaborations.
|
341 |
</p>
|
342 |
+
<br>
|
343 |
<a href="http://www.astronaut.horse">http://www.astronaut.horse</a>
|
344 |
+
<br>
|
345 |
+
<br>
|
346 |
<h2>Prompt Examples Using Artist Token:</h2>
|
347 |
<ul>
|
348 |
<li>"a photograph of pink crystals in the style of <artist>"</li>
|
349 |
<li>"a painting of a horse in the style of <artist>"</li>
|
350 |
</ul>
|
351 |
+
<br>
|
352 |
+
<br>
|
353 |
<h2>Currently-Usable Concept Tokens</h2>
|
354 |
<ul>
|
355 |
<li><artist></li>
|