Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ value=3,
|
|
60 |
# For Spaces usage, head to https://huggingface.co/docs/hub/spaces
|
61 |
iface = gradio.Interface(
|
62 |
fn=inference,
|
63 |
-
inputs=['image',num_inference_steps_slider_component_v1,num_inference_steps_slider_component_v2],
|
64 |
outputs='image',
|
65 |
title='Noise Removal',
|
66 |
description='Remove Noise with OpenCV and Adaptial Gaussian!',
|
|
|
60 |
# For Spaces usage, head to https://huggingface.co/docs/hub/spaces
|
61 |
iface = gradio.Interface(
|
62 |
fn=inference,
|
63 |
+
inputs=[['image',num_inference_steps_slider_component_v1,num_inference_steps_slider_component_v2]],
|
64 |
outputs='image',
|
65 |
title='Noise Removal',
|
66 |
description='Remove Noise with OpenCV and Adaptial Gaussian!',
|