danielsapit commited on
Commit
d4ac241
·
1 Parent(s): 90e0f4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ interface = gr.Interface(
136
  ["cemetry.jpg",False,70,False,20,44,77],
137
  ["michelangelo_david.jpg",True,30,False,12,53,27],
138
  ["elon_musk.jpg",False,45,False,15,33,30],
139
- ["text.jpg",True,65,False,24,11,13]],
140
  title = "JPEG Artifacts Removal [FBCNN]",
141
  description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image, "
142
  "or click one of the examples to load them. Check out the paper and the original GitHub at the link below. "
 
136
  ["cemetry.jpg",False,70,False,20,44,77],
137
  ["michelangelo_david.jpg",True,30,False,12,53,27],
138
  ["elon_musk.jpg",False,45,False,15,33,30],
139
+ ["text.jpg",True,65,False,50,11,29]],
140
  title = "JPEG Artifacts Removal [FBCNN]",
141
  description = "Gradio Demo for JPEG Artifacts Removal. To use it, simply upload your image, "
142
  "or click one of the examples to load them. Check out the paper and the original GitHub at the link below. "