Spaces:
Build error
Build error
Emiir
commited on
Commit
·
294bd5f
1
Parent(s):
b31d7b5
Update app.py
Browse files
app.py
CHANGED
@@ -80,19 +80,6 @@ def send_it2(inputs, noise_level, proc1=proc1):
|
|
80 |
|
81 |
|
82 |
with gr.Blocks(css='style.css') as demo:
|
83 |
-
|
84 |
-
with gr.Column(elem_id="col-container"):
|
85 |
-
with gr.Row(variant="compact"):
|
86 |
-
input_text = gr.Textbox(
|
87 |
-
label="Short Prompt",
|
88 |
-
show_label=False,
|
89 |
-
max_lines=2,
|
90 |
-
placeholder="Araç bilginizi giriniz.",
|
91 |
-
).style(
|
92 |
-
container=False,
|
93 |
-
)
|
94 |
-
see_prompts = gr.Button("Oluştur [Çok detaylı]").style(full_width=False)
|
95 |
-
|
96 |
|
97 |
with gr.Row(variant="compact"):
|
98 |
prompt = gr.Textbox(
|
@@ -107,7 +94,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
107 |
|
108 |
with gr.Row():
|
109 |
with gr.Row():
|
110 |
-
noise_level = gr.Slider(minimum=0.0, maximum=3, step=0.1, label="
|
111 |
with gr.Row():
|
112 |
with gr.Row():
|
113 |
output1=gr.Image(label="Dreamlike Diffusion 1.0",show_label=False)
|
|
|
80 |
|
81 |
|
82 |
with gr.Blocks(css='style.css') as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
with gr.Row(variant="compact"):
|
85 |
prompt = gr.Textbox(
|
|
|
94 |
|
95 |
with gr.Row():
|
96 |
with gr.Row():
|
97 |
+
noise_level = gr.Slider(minimum=0.0, maximum=3, step=0.1, label="Görüntünün Gürültü Katsayısı")
|
98 |
with gr.Row():
|
99 |
with gr.Row():
|
100 |
output1=gr.Image(label="Dreamlike Diffusion 1.0",show_label=False)
|