Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ def create_interface():
|
|
175 |
with gr.Tab("📀 Swap Face Image"):
|
176 |
with gr.Row():
|
177 |
with gr.Column():
|
178 |
-
image_input = gr.Image(label='🎞️Input Image (
|
179 |
with gr.Row():
|
180 |
analyze_button = gr.Button("⌛ Analyze")
|
181 |
with gr.Row():
|
|
|
175 |
with gr.Tab("📀 Swap Face Image"):
|
176 |
with gr.Row():
|
177 |
with gr.Column():
|
178 |
+
image_input = gr.Image(label='🎞️Input Image (🧩)', scale=0.5)
|
179 |
with gr.Row():
|
180 |
analyze_button = gr.Button("⌛ Analyze")
|
181 |
with gr.Row():
|