Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -90,13 +90,13 @@ with gr.Blocks(theme='Yntec/HaleyCH_Theme_craiyon') as demo:
|
|
90 |
gr.HTML(
|
91 |
"""
|
92 |
<div>
|
93 |
-
<p> <center><img src="https://huggingface.co/spaces/Yntec/open-craiyon/resolve/main/open_craiyon.png" style="height:79px; width:367px; margin-top:
|
94 |
</p>
|
95 |
"""
|
96 |
)
|
97 |
with gr.Tab('🖍️ AI models drawing images from any prompt! 🖍️'):
|
98 |
with gr.Row():
|
99 |
-
txt_input = gr.Textbox(label='Your prompt:', lines=
|
100 |
gen_button = gr.Button('Draw it! 🖍️', scale=1)
|
101 |
with gr.Row():
|
102 |
seed = gr.Slider(label="Use a seed to replicate the same image later (maximum 666666666)", minimum=0, maximum=MAX_SEED, step=1, value=starting_seed, scale=3)
|
@@ -110,7 +110,7 @@ with gr.Blocks(theme='Yntec/HaleyCH_Theme_craiyon') as demo:
|
|
110 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
111 |
<div>
|
112 |
<body>
|
113 |
-
<div class="center"><p style="margin-bottom: 10px; color: #
|
114 |
</div>
|
115 |
</body>
|
116 |
</div>
|
|
|
90 |
gr.HTML(
|
91 |
"""
|
92 |
<div>
|
93 |
+
<p> <center><img src="https://huggingface.co/spaces/Yntec/open-craiyon/resolve/main/open_craiyon.png" style="height:79px; width:367px; margin-top: -22px; margin-bottom: -44px;" span title="Best free ai art image generator open craiyon"></center>
|
94 |
</p>
|
95 |
"""
|
96 |
)
|
97 |
with gr.Tab('🖍️ AI models drawing images from any prompt! 🖍️'):
|
98 |
with gr.Row():
|
99 |
+
txt_input = gr.Textbox(label='Your prompt:', lines=4, scale=3)
|
100 |
gen_button = gr.Button('Draw it! 🖍️', scale=1)
|
101 |
with gr.Row():
|
102 |
seed = gr.Slider(label="Use a seed to replicate the same image later (maximum 666666666)", minimum=0, maximum=MAX_SEED, step=1, value=starting_seed, scale=3)
|
|
|
110 |
<div style="text-align: center; max-width: 1200px; margin: 0 auto;">
|
111 |
<div>
|
112 |
<body>
|
113 |
+
<div class="center"><p style="margin-bottom: 10px; color: #5b6272;">Scroll down to see more images and select models.</p>
|
114 |
</div>
|
115 |
</body>
|
116 |
</div>
|