Spaces:
Running
on
Zero
Running
on
Zero
Boboiazumi
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as ged_page:
|
|
72 |
with gr.Column(scale=2):
|
73 |
with gr.Row():
|
74 |
upload_video = gr.Image(
|
75 |
-
label="
|
76 |
type="filepath",
|
77 |
min_width=40,
|
78 |
)
|
@@ -81,7 +81,7 @@ with gr.Blocks() as ged_page:
|
|
81 |
# format="mp4",
|
82 |
#)
|
83 |
upload_img = gr.Image(
|
84 |
-
label="
|
85 |
type="filepath",
|
86 |
min_width=40,
|
87 |
)
|
|
|
72 |
with gr.Column(scale=2):
|
73 |
with gr.Row():
|
74 |
upload_video = gr.Image(
|
75 |
+
label="Gambar Tujuan",
|
76 |
type="filepath",
|
77 |
min_width=40,
|
78 |
)
|
|
|
81 |
# format="mp4",
|
82 |
#)
|
83 |
upload_img = gr.Image(
|
84 |
+
label="Wajah Orang",
|
85 |
type="filepath",
|
86 |
min_width=40,
|
87 |
)
|