Spaces:
Runtime error
Runtime error
jaekookang
commited on
Commit
·
bd380d7
1
Parent(s):
25376a6
update minor
Browse files
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
|
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 |
],
|