Spaces:
Build error
Build error
Paweł Klimkowski
commited on
Commit
·
62f8dc3
1
Parent(s):
8058804
feat: deac
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def inference(prompt, num_samples):
|
|
13 |
return all_images
|
14 |
|
15 |
with gr.Blocks() as demo:
|
16 |
-
gr.HTML("<h2 style=\"font-size: 2em; font-weight: bold\" align=\"center\">
|
17 |
with gr.Row():
|
18 |
with gr.Column():
|
19 |
prompt = gr.Textbox(label="prompt")
|
|
|
13 |
return all_images
|
14 |
|
15 |
with gr.Blocks() as demo:
|
16 |
+
gr.HTML("<h2 style=\"font-size: 2em; font-weight: bold\" align=\"center\"> Tylko Concept model</h2><p style=\"font-size: 1em; font-weight: bold\" align=\"center\">Generate your own Tylko as you would see the world though Tylko's lenses</p>")
|
17 |
with gr.Row():
|
18 |
with gr.Column():
|
19 |
prompt = gr.Textbox(label="prompt")
|