ShanmukhaJonnalagadda commited on
Commit
5ff3ae7
·
verified ·
1 Parent(s): 375c249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="swiftlens: Prompt-Guided Image Restoration"
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__":