Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -163,8 +163,9 @@ with gr.Blocks(css=css) as dalle:
|
|
163 |
with gr.Row():
|
164 |
gr.Textbox(label="Шаблон prompt", value="{prompt} | ultra detail, ultra elaboration, ultra quality, perfect.")
|
165 |
with gr.Row():
|
166 |
-
gr.
|
167 |
-
|
|
|
168 |
|
169 |
|
170 |
with gr.Row():
|
|
|
163 |
with gr.Row():
|
164 |
gr.Textbox(label="Шаблон prompt", value="{prompt} | ultra detail, ultra elaboration, ultra quality, perfect.")
|
165 |
with gr.Row():
|
166 |
+
with gr.Column():
|
167 |
+
gr.HTML("""<button class="lg secondary svelte-cmf5ev" onclick="window.open('http://ai-hub.rf.gd', '_blank');">AI-HUB</button>""")
|
168 |
+
gr.HTML("""<button class="lg secondary svelte-cmf5ev" onclick="window.open('http://yufi.rf.gd', '_blank');">YUFI</button>""")
|
169 |
|
170 |
|
171 |
with gr.Row():
|