Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,8 +218,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 218 |
with gr.Row():
|
| 219 |
with gr.Column():
|
| 220 |
with gr.Row():
|
| 221 |
-
concept_1 = gr.Textbox(label="1st
|
| 222 |
-
concept_2 = gr.Textbox(label="2nd
|
| 223 |
#slider_x = gr.Dropdown(label="Slider concept range", allow_custom_value=True, multiselect=True, max_choices=2)
|
| 224 |
#slider_y = gr.Dropdown(label="Slider Y concept range", allow_custom_value=True, multiselect=True, max_choices=2)
|
| 225 |
prompt = gr.Textbox(label="Prompt", placeholder="A dog in the park")
|
|
|
|
| 218 |
with gr.Row():
|
| 219 |
with gr.Column():
|
| 220 |
with gr.Row():
|
| 221 |
+
concept_1 = gr.Textbox(label="1st direction to steer", placeholder="winter")
|
| 222 |
+
concept_2 = gr.Textbox(label="2nd direction to steer", placeholder="summer")
|
| 223 |
#slider_x = gr.Dropdown(label="Slider concept range", allow_custom_value=True, multiselect=True, max_choices=2)
|
| 224 |
#slider_y = gr.Dropdown(label="Slider Y concept range", allow_custom_value=True, multiselect=True, max_choices=2)
|
| 225 |
prompt = gr.Textbox(label="Prompt", placeholder="A dog in the park")
|