Walid-Ahmed commited on
Commit
06801b6
·
verified ·
1 Parent(s): 038d9cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def blur_background(image, blur_radius):
44
  return Image.fromarray(final_image)
45
 
46
  # Example inputs for Gradio
47
- examples = [["1.jpg"", 10] ,["2.jpg"", 10] ,["3.jpg", 10] ] # Example: Image with a blur intensity of 10
48
 
49
  # Gradio interface
50
  interface = gr.Interface(
 
44
  return Image.fromarray(final_image)
45
 
46
  # Example inputs for Gradio
47
+ examples = [["1.jpg"", 10] ,["2.jpg", 10] ,["3.jpg", 10] ] # Example: Image with a blur intensity of 10
48
 
49
  # Gradio interface
50
  interface = gr.Interface(