Ahsen Khaliq commited on
Commit
7ba074e
1 Parent(s): 3100f7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ description = "Gradio demo for GFP-GAN: Towards Real-World Blind Face Restoratio
59
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2101.04061'>Towards Real-World Blind Face Restoration with Generative Facial Prior</a> | <a href='https://github.com/TencentARC/GFPGAN'>Github Repo</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>"
60
  gr.Interface(
61
  inference,
62
- [gr.inputs.Image(type="filepath", label="Input",shape=(512,512))],
63
  gr.outputs.Image(type="pil", label="Output"),
64
  title=title,
65
  description=description,
 
59
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2101.04061'>Towards Real-World Blind Face Restoration with Generative Facial Prior</a> | <a href='https://github.com/TencentARC/GFPGAN'>Github Repo</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>"
60
  gr.Interface(
61
  inference,
62
+ [gr.inputs.Image(type="filepath", label="Input")],
63
  gr.outputs.Image(type="pil", label="Output"),
64
  title=title,
65
  description=description,