PKUWilliamYang commited on
Commit
aa92081
1 Parent(s): 8791402

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -185,7 +185,7 @@ def main():
185
  interactive=False)
186
  with gr.Row():
187
  with gr.Column():
188
- paths = ['./vtoonify/data/pexels-andrea-piacquadio-733872.jpg','./vtoonify/data/077436.jpg']
189
  example_images = gr.Dataset(components=[input_image],
190
  samples=[[path] for path in paths],
191
  label='Image Examples')
@@ -210,6 +210,7 @@ def main():
210
  - Adjust **Style Degree**.
211
  - For image, hit **Toonify!** to toonify **Rescaled Face**.
212
  - For video, hit e **VToonify!** to toonify **Rescaled Video**.
 
213
  ''')
214
  style_degree = gr.Slider(0,
215
  1,
 
185
  interactive=False)
186
  with gr.Row():
187
  with gr.Column():
188
+ paths = ['./vtoonify/data/pexels-andrea-piacquadio-733872.jpg','./vtoonify/data/i5R8hbZFDdc.jpg','./vtoonify/data/yRpe13BHdKw.jpg','./vtoonify/data/ILip77SbmOE.jpg','./vtoonify/data/077436.jpg','./vtoonify/data/081680.jpg','./vtoonify/data/et_78QkMMQs.jpg']
189
  example_images = gr.Dataset(components=[input_image],
190
  samples=[[path] for path in paths],
191
  label='Image Examples')
 
210
  - Adjust **Style Degree**.
211
  - For image, hit **Toonify!** to toonify **Rescaled Face**.
212
  - For video, hit e **VToonify!** to toonify **Rescaled Video**.
213
+ - Estimated time on 1600x1440 video of 300 frames: 1 hour (CPU); 1.5 mins (GPU)
214
  ''')
215
  style_degree = gr.Slider(0,
216
  1,