Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,8 @@ gr.Interface(
|
|
52 |
description=description,
|
53 |
article=article,
|
54 |
examples=[
|
55 |
-
['enhance.png'],
|
56 |
-
['color.png']
|
57 |
],
|
58 |
enable_queue=True
|
59 |
).launch()
|
|
|
52 |
description=description,
|
53 |
article=article,
|
54 |
examples=[
|
55 |
+
['enhance.png', 'Enhance'],
|
56 |
+
['color.png', 'Colorization']
|
57 |
],
|
58 |
enable_queue=True
|
59 |
).launch()
|