Spaces:
Runtime error
Runtime error
Commit
·
2a99ae8
1
Parent(s):
a372352
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
import cv2
|
4 |
import numpy as np
|
5 |
-
def process_images(files):
|
6 |
# Process the uploaded image files here
|
7 |
# You can access the uploaded files in the 'files' parameter as a list
|
8 |
# For example, you can loop through the files and perform operations on them
|
|
|
2 |
|
3 |
import cv2
|
4 |
import numpy as np
|
5 |
+
def process_images(files,blending_weight=0.5):
|
6 |
# Process the uploaded image files here
|
7 |
# You can access the uploaded files in the 'files' parameter as a list
|
8 |
# For example, you can loop through the files and perform operations on them
|