abidlabs HF Staff commited on
Commit
e5d5416
·
1 Parent(s): ecf93a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -85,7 +85,6 @@ def inference(img, scale, version='v1.3'):
85
 
86
 
87
  title = "GFPGAN"
88
- description = ""
89
 
90
  gr.Interface(
91
  inference, [
@@ -96,7 +95,5 @@ gr.Interface(
96
  gr.outputs.File(label="Download the output image")
97
  ],
98
  title=title,
99
- description=description,
100
- article=article,
101
  examples=[['AI-generate.jpg', 2], ['lincoln.jpg', 2], ['Blake_Lively.jpg', 2],
102
  ['10045.png', 2]]).launch()
 
85
 
86
 
87
  title = "GFPGAN"
 
88
 
89
  gr.Interface(
90
  inference, [
 
95
  gr.outputs.File(label="Download the output image")
96
  ],
97
  title=title,
 
 
98
  examples=[['AI-generate.jpg', 2], ['lincoln.jpg', 2], ['Blake_Lively.jpg', 2],
99
  ['10045.png', 2]]).launch()