Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks as demo:
|
|
91 |
face_in = gr.Image(type="filepath", label="Face to copy")
|
92 |
camera_shot = gr.Dropdown(
|
93 |
label = "Camera Shot",
|
94 |
-
info = "Use standard camera shots vocabulary, or drop your custom shot as conditional pose (1280*720 ratio is recommended)"
|
95 |
choices = [
|
96 |
"custom", "close-up", "medium close-up", "medium shot", "cowboy shot", "medium full shot", "full shot"
|
97 |
],
|
|
|
91 |
face_in = gr.Image(type="filepath", label="Face to copy")
|
92 |
camera_shot = gr.Dropdown(
|
93 |
label = "Camera Shot",
|
94 |
+
info = "Use standard camera shots vocabulary, or drop your custom shot as conditional pose (1280*720 ratio is recommended)",
|
95 |
choices = [
|
96 |
"custom", "close-up", "medium close-up", "medium shot", "cowboy shot", "medium full shot", "full shot"
|
97 |
],
|