Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,9 @@ iface = gradio.Interface(
|
|
63 |
outputs='image',
|
64 |
title='Noise Removal',
|
65 |
description='Remove Noise with OpenCV and Adaptial Gaussian!',
|
66 |
-
examples=["detail_with_lines_and_noise.jpg", "lama.webp", "dT4KW.png"]
|
|
|
|
|
67 |
#examples=["detail_with_lines_and_noise.jpg", "lama.webp", "test_lines.jpg","llama.jpg", "dT4KW.png"])
|
68 |
|
69 |
iface.launch()
|
|
|
63 |
outputs='image',
|
64 |
title='Noise Removal',
|
65 |
description='Remove Noise with OpenCV and Adaptial Gaussian!',
|
66 |
+
examples=[["detail_with_lines_and_noise.jpg", "lama.webp", "dT4KW.png"]]
|
67 |
+
)
|
68 |
+
#examples=["detail_with_lines_and_noise.jpg", "lama.webp", "dT4KW.png"])
|
69 |
#examples=["detail_with_lines_and_noise.jpg", "lama.webp", "test_lines.jpg","llama.jpg", "dT4KW.png"])
|
70 |
|
71 |
iface.launch()
|