jaekookang commited on
Commit
bd380d7
β€’
1 Parent(s): 25376a6

update minor

Browse files
Files changed (1) hide show
  1. gradio_painttransformer.py +1 -1
gradio_painttransformer.py CHANGED
@@ -75,7 +75,7 @@ def predict(image_file):
75
  iface = gr.Interface(
76
  predict,
77
  title='🎨 Paint Transformer',
78
- description='This demo converts an image into a sequence of painted images (takes about 3 min ^^;)',
79
  inputs=[
80
  gr.inputs.Image(label='Input image', type='filepath')
81
  ],
 
75
  iface = gr.Interface(
76
  predict,
77
  title='🎨 Paint Transformer',
78
+ description='This demo converts an image into a sequence of painted images (takes about 2 min ^^;)',
79
  inputs=[
80
  gr.inputs.Image(label='Input image', type='filepath')
81
  ],