Spaces:
Runtime error
Runtime error
update App
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def denoise(input_img):
|
|
91 |
return output
|
92 |
|
93 |
title = " AISeed AI Application Demo "
|
94 |
-
description = "# A Demo of Deep Learning for Image
|
95 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
96 |
|
97 |
with gr.Blocks() as demo:
|
|
|
91 |
return output
|
92 |
|
93 |
title = " AISeed AI Application Demo "
|
94 |
+
description = "# A Demo of Deep Learning for Image Restoration"
|
95 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
96 |
|
97 |
with gr.Blocks() as demo:
|