Spaces:
Running
on
Zero
Running
on
Zero
Omer Karisman
commited on
Commit
•
2449df2
1
Parent(s):
85996d4
gradio
Browse files
app.py
CHANGED
@@ -63,10 +63,15 @@ def generate(
|
|
63 |
return images
|
64 |
|
65 |
#Move the components in the example fields outside so they are available when gr.Examples is instantiated
|
|
|
|
|
|
|
66 |
|
67 |
with gr.Blocks() as demo:
|
68 |
gr.Markdown("<h1 style='text-align: center'>Omni Zero Couples</h1>")
|
69 |
-
gr.Markdown("<h4 style='text-align: center'>A diffusion pipeline for zero-shot stylized portrait creation [<a href='https://github.com/okaris/omni-zero' target='_blank'>GitHub</a>]
|
|
|
|
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|
72 |
with gr.Row():
|
|
|
63 |
return images
|
64 |
|
65 |
#Move the components in the example fields outside so they are available when gr.Examples is instantiated
|
66 |
+
buy_me_a_coffee_button = """
|
67 |
+
[![Buy me a coffee](https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee&emoji=&slug=vk654cf2pv8&button_colour=BD5FFF&font_colour=ffffff&font_family=Bree&outline_colour=000000&coffee_colour=FFDD00)](https://www.buymeacoffee.com/vk654cf2pv8)
|
68 |
+
"""
|
69 |
|
70 |
with gr.Blocks() as demo:
|
71 |
gr.Markdown("<h1 style='text-align: center'>Omni Zero Couples</h1>")
|
72 |
+
gr.Markdown("<h4 style='text-align: center'>A diffusion pipeline for zero-shot stylized portrait creation [<a href='https://github.com/okaris/omni-zero-couples' target='_blank'>GitHub</a>]")#, [<a href='https://styleof.com/s/remix-yourself' target='_blank'>StyleOf Remix Yourself</a>]</h4>")
|
73 |
+
gr.Markdown(buy_me_a_coffee_button)
|
74 |
+
|
75 |
with gr.Row():
|
76 |
with gr.Column():
|
77 |
with gr.Row():
|