Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -490,13 +490,13 @@ with gr.Blocks(css=css) as demo:
|
|
490 |
label="Light Direction",
|
491 |
scale=1
|
492 |
)
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
|
501 |
with gr.Row():
|
502 |
prompt = gr.Text(
|
|
|
490 |
label="Light Direction",
|
491 |
scale=1
|
492 |
)
|
493 |
+
with gr.Column():
|
494 |
+
result = gr.ImageSlider(
|
495 |
+
label="Result",
|
496 |
+
show_label=True,
|
497 |
+
type="pil"
|
498 |
+
)
|
499 |
+
final_prompt = gr.Textbox(label="Processed prompt")
|
500 |
|
501 |
with gr.Row():
|
502 |
prompt = gr.Text(
|