Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ interface = gr.Interface(
|
|
61 |
gr.Textbox(label="Prompt", placeholder="Describe the restoration..."),
|
62 |
],
|
63 |
outputs=gr.Image(type="pil"),
|
64 |
-
title="
|
65 |
)
|
66 |
|
67 |
if __name__ == "__main__":
|
|
|
61 |
gr.Textbox(label="Prompt", placeholder="Describe the restoration..."),
|
62 |
],
|
63 |
outputs=gr.Image(type="pil"),
|
64 |
+
title="Image restoration using Diffusion models"
|
65 |
)
|
66 |
|
67 |
if __name__ == "__main__":
|