dongyi commited on
Commit
14dd124
1 Parent(s): 3d43b70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -267,6 +267,7 @@ with gr.Blocks() as demo:
267
 
268
  with gr.TabItem("Multi-Model"):
269
  multi_input_img = gr.Image(label="Upload Input Face Image", type='filepath', height=400)
 
270
  multi_model_button = gr.Button("Random Stylize")
271
 
272
  multi_output_img = gr.Image(label="Output Image", height=400)
 
267
 
268
  with gr.TabItem("Multi-Model"):
269
  multi_input_img = gr.Image(label="Upload Input Face Image", type='filepath', height=400)
270
+ gr.Examples(examples=["./example/source/01.png", "./example/source/02.png", "./example/source/03.png", "./example/source/04.png"], inputs=multi_input_img)
271
  multi_model_button = gr.Button("Random Stylize")
272
 
273
  multi_output_img = gr.Image(label="Output Image", height=400)