Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 157 |
with gr.Row():
|
| 158 |
concept_1 = gr.Textbox(label="1st direction to steer", placeholder="winter")
|
| 159 |
concept_2 = gr.Textbox(label="2nd direction to steer", placeholder="summer")
|
| 160 |
-
prompt = gr.Textbox(label="Prompt", info="Describe what
|
| 161 |
x = gr.Slider(minimum=0, value=1.75, step=0.1, maximum=4.0, label="Strength", info="maximum strength on each direction (unstable beyond 2.5)")
|
| 162 |
submit = gr.Button("Generate directions")
|
| 163 |
image_seq = gr.Image(label="Strip", elem_id="strip", height=65)
|
|
|
|
| 157 |
with gr.Row():
|
| 158 |
concept_1 = gr.Textbox(label="1st direction to steer", placeholder="winter")
|
| 159 |
concept_2 = gr.Textbox(label="2nd direction to steer", placeholder="summer")
|
| 160 |
+
prompt = gr.Textbox(label="Prompt", info="Describe what to be steered by the directions", placeholder="A dog in the park")
|
| 161 |
x = gr.Slider(minimum=0, value=1.75, step=0.1, maximum=4.0, label="Strength", info="maximum strength on each direction (unstable beyond 2.5)")
|
| 162 |
submit = gr.Button("Generate directions")
|
| 163 |
image_seq = gr.Image(label="Strip", elem_id="strip", height=65)
|