Spaces:
Runtime error
Runtime error
main.py
CHANGED
@@ -45,6 +45,10 @@ def ui():
|
|
45 |
with gr.Column():
|
46 |
output_image = gr.Image(type="pil", label="Output Image")
|
47 |
|
|
|
|
|
|
|
|
|
48 |
start_btn.click(fn=clean_image, inputs=[input_image], outputs=[output_image])
|
49 |
|
50 |
app.launch()
|
|
|
45 |
with gr.Column():
|
46 |
output_image = gr.Image(type="pil", label="Output Image")
|
47 |
|
48 |
+
gr.Markdown(
|
49 |
+
"The lllyasviel's original repo is [here](https://github.com/lllyasviel/AdverseCleaner/tree/main)."
|
50 |
+
)
|
51 |
+
|
52 |
start_btn.click(fn=clean_image, inputs=[input_image], outputs=[output_image])
|
53 |
|
54 |
app.launch()
|