danielsapit commited on
Commit
8753088
·
1 Parent(s): f299366

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -129,13 +129,13 @@ gr.Interface(
129
  outputs = [gr.outputs.Image(label="Result"),
130
  gr.outputs.Image(label="Before:"),
131
  gr.outputs.Image(label="After:")],
132
- examples = [["doraemon.jpg",False,60,False,42,50,50],
133
- ["tomandjerry.jpg",False,60,False,40,57,44],
134
- ["somepanda.jpg",True,100,False,30,8,24],
135
- ["cemetry.jpg",False,70,False,20,76,62],
136
- ["michelangelo_david.jpg",True,30,False,12,53,27],
137
- ["elon_musk.jpg",False,45,False,15,33,30],
138
- ["text.jpg",True,70,False,50,11,29]],
139
  title = "JPEG Artifacts Removal [FBCNN]",
140
  description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image, "
141
  "or click one of the examples to load them. Check out the paper and the original GitHub repo at the link below. "
 
129
  outputs = [gr.outputs.Image(label="Result"),
130
  gr.outputs.Image(label="Before:"),
131
  gr.outputs.Image(label="After:")],
132
+ examples = [["doraemon.jpg",False,60,42,50,50],
133
+ ["tomandjerry.jpg",False,60,40,57,44],
134
+ ["somepanda.jpg",True,100,30,8,24],
135
+ ["cemetry.jpg",False,70,20,76,62],
136
+ ["michelangelo_david.jpg",True,30,12,53,27],
137
+ ["elon_musk.jpg",False,45,15,33,30],
138
+ ["text.jpg",True,70,50,11,29]],
139
  title = "JPEG Artifacts Removal [FBCNN]",
140
  description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image, "
141
  "or click one of the examples to load them. Check out the paper and the original GitHub repo at the link below. "