tomaseo2022 commited on
Commit
4258d11
1 Parent(s): 35c1624

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -19,10 +19,7 @@ def enhance(file, brightness, contrast, saturation, gamma, hue):
19
  return K.utils.tensor_to_image(x_out)
20
 
21
 
22
- examples = [
23
- ["examples/ninja_turtles.jpg", 0, 1, 1, 1, 0],
24
- ["examples/kitty.jpg", 0, 1, 1, 1, 0],
25
- ]
26
 
27
  title = "Kornia Image Enhancements"
28
  description = "<p style='text-align: center'>This is a Gradio demo for Kornia's Image Enhancements.</p><p style='text-align: center'>To use it, simply upload your image, or click one of the examples to load them, and use the sliders to enhance! Read more at the links at the bottom.</p>"
 
19
  return K.utils.tensor_to_image(x_out)
20
 
21
 
22
+
 
 
 
23
 
24
  title = "Kornia Image Enhancements"
25
  description = "<p style='text-align: center'>This is a Gradio demo for Kornia's Image Enhancements.</p><p style='text-align: center'>To use it, simply upload your image, or click one of the examples to load them, and use the sliders to enhance! Read more at the links at the bottom.</p>"