Spaces:
Build error
Build error
updated app
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ with gr.Blocks() as demo:
|
|
221 |
with gr.Row():
|
222 |
source_img = gr.Image(type="pil", label="Source image", show_label=True)
|
223 |
driver_img = gr.Image(type="pil", label="Driver image", show_label=True)
|
224 |
-
image_output = gr.Image("Rendered avatar")
|
225 |
image_button = gr.Button("Predict")
|
226 |
with gr.Tab("Video Inference"):
|
227 |
with gr.Row():
|
|
|
221 |
with gr.Row():
|
222 |
source_img = gr.Image(type="pil", label="Source image", show_label=True)
|
223 |
driver_img = gr.Image(type="pil", label="Driver image", show_label=True)
|
224 |
+
image_output = gr.Image(label="Rendered avatar")
|
225 |
image_button = gr.Button("Predict")
|
226 |
with gr.Tab("Video Inference"):
|
227 |
with gr.Row():
|