Spaces:
Runtime error
Runtime error
Commit
Β·
49dbb38
1
Parent(s):
cca5df1
Minor text styling edits
Browse files
app.py
CHANGED
@@ -331,26 +331,27 @@ with gr.Blocks(css=css) as demo:
|
|
331 |
font-size: 1.75rem;
|
332 |
"
|
333 |
>
|
|
|
334 |
<h1 _style="font-weight: 900; margin-bottom: 7px;">
|
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 <
|
350 |
</ul>
|
351 |
<br>
|
352 |
-
<
|
353 |
-
<h2>Currently-Usable Concept Tokens</h2>
|
354 |
<ul>
|
355 |
<li><artist></li>
|
356 |
<li><ivan-stripes></li>
|
|
|
331 |
font-size: 1.75rem;
|
332 |
"
|
333 |
>
|
334 |
+
<br>
|
335 |
<h1 _style="font-weight: 900; margin-bottom: 7px;">
|
336 |
π§βπ Astronaut Horse Concept Loader
|
337 |
</h1>
|
338 |
+
<br>
|
339 |
</div>
|
340 |
<br>
|
341 |
<p _style="margin-bottom: 10px; font-size: 94%">
|
342 |
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.
|
343 |
</p>
|
344 |
<br>
|
345 |
+
<a style="text-decoration:underline;" href="http://www.astronaut.horse">http://www.astronaut.horse</a>
|
346 |
<br>
|
347 |
<br>
|
348 |
+
<h2 style="font-weight:500;">Prompt Examples Using Artist Token:</h2>
|
349 |
<ul>
|
350 |
<li>"a photograph of pink crystals in the style of <artist>"</li>
|
351 |
+
<li>"a painting of a horse in the style of <ivan-stripes>"</li>
|
352 |
</ul>
|
353 |
<br>
|
354 |
+
<h2 style="font-weight:500;">Currently-Usable Concept Tokens:</h2>
|
|
|
355 |
<ul>
|
356 |
<li><artist></li>
|
357 |
<li><ivan-stripes></li>
|