Spaces:
Runtime error
Runtime error
Commit
Β·
e14df4e
1
Parent(s):
66a2631
Minor style edits to working app
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
#@title Prepare the Concepts Library to be used
|
2 |
-
|
3 |
import requests
|
4 |
import os
|
5 |
import gradio as gr
|
@@ -324,20 +323,11 @@ with gr.Blocks(css=css) as demo:
|
|
324 |
checkbox_states[i] = True
|
325 |
gr.HTML('''
|
326 |
<div style="text-align: left; max-width: 720px; margin: 0 auto;">
|
327 |
-
<div
|
328 |
-
style="
|
329 |
-
display: inline-flex;
|
330 |
-
align-items: left;
|
331 |
-
gap: 0.8rem;
|
332 |
-
font-size: 1.75rem;
|
333 |
-
"
|
334 |
-
>
|
335 |
<br>
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
<br>
|
340 |
-
</div>
|
341 |
<br>
|
342 |
<p _style="margin-bottom: 10px; font-size: 94%">
|
343 |
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.
|
|
|
1 |
#@title Prepare the Concepts Library to be used
|
|
|
2 |
import requests
|
3 |
import os
|
4 |
import gradio as gr
|
|
|
323 |
checkbox_states[i] = True
|
324 |
gr.HTML('''
|
325 |
<div style="text-align: left; max-width: 720px; margin: 0 auto;">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
326 |
<br>
|
327 |
+
<h1 style="font-weight: 900; margin-bottom: 7px;">
|
328 |
+
π§βπ Astronaut Horse Concept Loader
|
329 |
+
</h1>
|
330 |
<br>
|
|
|
331 |
<br>
|
332 |
<p _style="margin-bottom: 10px; font-size: 94%">
|
333 |
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.
|