Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
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(
|