Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -225,25 +225,26 @@ with gr.Blocks(theme=gr.themes.Soft(),css=css,js=js) as demo:
|
|
| 225 |
# MULTI-LANGUAGE IMAGE GENERATOR
|
| 226 |
""")
|
| 227 |
with gr.Row():
|
| 228 |
-
img = gr.Image(type="pil")
|
| 229 |
with gr.Row():
|
| 230 |
prompt = gr.Textbox(
|
| 231 |
elem_id="prompt",
|
| 232 |
-
placeholder="MOVEMENT",
|
| 233 |
container=False,
|
| 234 |
max_lines=1
|
| 235 |
)
|
| 236 |
with gr.Row():
|
| 237 |
prompt2 = gr.Textbox(
|
| 238 |
elem_id="prompt2",
|
| 239 |
-
placeholder="EXCLUSION",
|
| 240 |
container=False,
|
| 241 |
max_lines=1
|
| 242 |
)
|
| 243 |
with gr.Row():
|
| 244 |
motion = gr.Dropdown(
|
| 245 |
-
label='CAMERA',
|
| 246 |
-
show_label=
|
|
|
|
| 247 |
choices=[
|
| 248 |
("(None)", ""),
|
| 249 |
("Zoom in", "guoyww/animatediff-motion-lora-zoom-in"),
|
|
|
|
| 225 |
# MULTI-LANGUAGE IMAGE GENERATOR
|
| 226 |
""")
|
| 227 |
with gr.Row():
|
| 228 |
+
img = gr.Image(label="STATIC PHOTO",show_label=True,container=True,type="pil")
|
| 229 |
with gr.Row():
|
| 230 |
prompt = gr.Textbox(
|
| 231 |
elem_id="prompt",
|
| 232 |
+
placeholder="CONTENT MOVEMENT",
|
| 233 |
container=False,
|
| 234 |
max_lines=1
|
| 235 |
)
|
| 236 |
with gr.Row():
|
| 237 |
prompt2 = gr.Textbox(
|
| 238 |
elem_id="prompt2",
|
| 239 |
+
placeholder="CONTENT EXCLUSION",
|
| 240 |
container=False,
|
| 241 |
max_lines=1
|
| 242 |
)
|
| 243 |
with gr.Row():
|
| 244 |
motion = gr.Dropdown(
|
| 245 |
+
label='CAMERA MOVEMENT',
|
| 246 |
+
show_label=True,
|
| 247 |
+
container=True,
|
| 248 |
choices=[
|
| 249 |
("(None)", ""),
|
| 250 |
("Zoom in", "guoyww/animatediff-motion-lora-zoom-in"),
|