Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,14 @@ def gen_fnseed(model_str, prompt, seed=1):
|
|
81 |
loop.close()
|
82 |
return result
|
83 |
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
|
86 |
with gr.Blocks() as demo:
|
87 |
with gr.Tab('🤗 Huggingface Diffusion 🤗'):
|
|
|
81 |
loop.close()
|
82 |
return result
|
83 |
|
84 |
+
with gr.Blocks(theme='Nymbo/Nymbo_Theme', fill_width=True, css=CSS) as demo:
|
85 |
+
gr.HTML(
|
86 |
+
"""
|
87 |
+
<div>
|
88 |
+
<p> <center>For more options like negative prompts or single model x6 check out <a href="https://huggingface.co/spaces/John6666/Diffusion80XX4sg">Diffusion80XX4sg</a> by John6666!</center>
|
89 |
+
</p></div>
|
90 |
+
"""
|
91 |
+
)
|
92 |
|
93 |
with gr.Blocks() as demo:
|
94 |
with gr.Tab('🤗 Huggingface Diffusion 🤗'):
|