Update app.py
Browse files
app.py
CHANGED
|
@@ -83,15 +83,15 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
| 83 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
| 84 |
<div>
|
| 85 |
<h1 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
|
| 86 |
-
|
| 87 |
</h1>
|
| 88 |
</div>
|
| 89 |
<p style="margin-bottom: 10px; font-size: 96%">
|
| 90 |
Noise Level: Controls how much randomness is added to the input before it is sent to the model. Higher noise level produces more diverse outputs, while lower noise level produces similar outputs,
|
| 91 |
-
|
| 92 |
</p>
|
| 93 |
<p style="margin-bottom: 10px; font-size: 98%">
|
| 94 |
-
❤️
|
| 95 |
</p>
|
| 96 |
</div>
|
| 97 |
"""
|
|
@@ -107,7 +107,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
| 107 |
container=True,
|
| 108 |
)
|
| 109 |
with gr.Row():
|
| 110 |
-
see_prompts = gr.Button("✨ Magic Prompt ✨").style(full_width=
|
| 111 |
|
| 112 |
|
| 113 |
with gr.Row():
|
|
@@ -120,7 +120,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
| 120 |
container=False,
|
| 121 |
)
|
| 122 |
with gr.Row():
|
| 123 |
-
run = gr.Button("Generate Images").style(full_width=
|
| 124 |
|
| 125 |
with gr.Row():
|
| 126 |
|
|
@@ -155,7 +155,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
| 155 |
gr.HTML(
|
| 156 |
"""
|
| 157 |
<div class="footer">
|
| 158 |
-
<p> Demo
|
| 159 |
</p>
|
| 160 |
</div>
|
| 161 |
<div class="acknowledgments" style="font-size: 115%">
|
|
|
|
| 83 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
| 84 |
<div>
|
| 85 |
<h1 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
|
| 86 |
+
Excurl Photoreal AI Generator
|
| 87 |
</h1>
|
| 88 |
</div>
|
| 89 |
<p style="margin-bottom: 10px; font-size: 96%">
|
| 90 |
Noise Level: Controls how much randomness is added to the input before it is sent to the model. Higher noise level produces more diverse outputs, while lower noise level produces similar outputs,
|
| 91 |
+
|
| 92 |
</p>
|
| 93 |
<p style="margin-bottom: 10px; font-size: 98%">
|
| 94 |
+
❤️ This model is an educational demo, we carry no responsibilty over the content / content of the images generated by the model, usage is allowed only if the agreement satisfies! ❤️</a>
|
| 95 |
</p>
|
| 96 |
</div>
|
| 97 |
"""
|
|
|
|
| 107 |
container=True,
|
| 108 |
)
|
| 109 |
with gr.Row():
|
| 110 |
+
see_prompts = gr.Button("✨ Magic Prompt ✨").style(full_width=True)
|
| 111 |
|
| 112 |
|
| 113 |
with gr.Row():
|
|
|
|
| 120 |
container=False,
|
| 121 |
)
|
| 122 |
with gr.Row():
|
| 123 |
+
run = gr.Button("Generate Images").style(full_width=True)
|
| 124 |
|
| 125 |
with gr.Row():
|
| 126 |
|
|
|
|
| 155 |
gr.HTML(
|
| 156 |
"""
|
| 157 |
<div class="footer">
|
| 158 |
+
<p> Demo by <a href="https://dreamliike.art/">Dreamlike</a> Stable Diffusion model
|
| 159 |
</p>
|
| 160 |
</div>
|
| 161 |
<div class="acknowledgments" style="font-size: 115%">
|