Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,8 +35,8 @@ iface = gradio.Interface(
|
|
35 |
fn=inference,
|
36 |
inputs='image',
|
37 |
outputs='image',
|
38 |
-
title='
|
39 |
-
description='
|
40 |
examples=["detail_with_lines_and_noise.jpg", "lama.webp", "dT4KW.png"])
|
41 |
#examples=["detail_with_lines_and_noise.jpg", "lama.webp", "test_lines.jpg","llama.jpg", "dT4KW.png"])
|
42 |
|
|
|
35 |
fn=inference,
|
36 |
inputs='image',
|
37 |
outputs='image',
|
38 |
+
title='Noise Removel',
|
39 |
+
description='Remove Noise with Adaptial Gaussian!',
|
40 |
examples=["detail_with_lines_and_noise.jpg", "lama.webp", "dT4KW.png"])
|
41 |
#examples=["detail_with_lines_and_noise.jpg", "lama.webp", "test_lines.jpg","llama.jpg", "dT4KW.png"])
|
42 |
|