Spaces:
Runtime error
Runtime error
tori29umai
commited on
Commit
•
ad658fe
1
Parent(s):
96ac4bb
Update
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ class webui:
|
|
231 |
output_file = gr.File()
|
232 |
submit.click(
|
233 |
self.main,
|
234 |
-
inputs=[input_image],
|
235 |
outputs=[output_0, output_file]
|
236 |
)
|
237 |
|
|
|
231 |
output_file = gr.File()
|
232 |
submit.click(
|
233 |
self.main,
|
234 |
+
inputs=[input_image, kernel_size, sigma, k_sigma, epsilon, phi, gamma],
|
235 |
outputs=[output_0, output_file]
|
236 |
)
|
237 |
|