Pie31415 commited on
Commit
a58ed7a
β€’
1 Parent(s): 4a38f47

updated app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():