yashzambre commited on
Commit
a372352
·
1 Parent(s): 43ee4e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import gradio as gr
2
 
 
 
3
  def process_images(files):
4
  # Process the uploaded image files here
5
  # You can access the uploaded files in the 'files' parameter as a list
 
1
  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