Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,6 @@ 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; line-height:normal;">
|
86 |
-
Excurl Photoreal AI<br>Art Generator
|
87 |
</h1>
|
88 |
</div>
|
89 |
<p style="margin-bottom: 10px; font-size: 96%">
|
@@ -124,7 +123,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
124 |
|
125 |
with gr.Row():
|
126 |
|
127 |
-
noise_level = gr.Slider(minimum=0.
|
128 |
with gr.Row():
|
129 |
output1=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
130 |
with gr.Row():
|
|
|
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; line-height:normal;">
|
|
|
86 |
</h1>
|
87 |
</div>
|
88 |
<p style="margin-bottom: 10px; font-size: 96%">
|
|
|
123 |
|
124 |
with gr.Row():
|
125 |
|
126 |
+
noise_level = gr.Slider(minimum=0.7, maximum=3, step=0.1, label="Noise Level")
|
127 |
with gr.Row():
|
128 |
output1=gr.Image(label="Dreamlike-photoreal-2.0",show_label=False)
|
129 |
with gr.Row():
|