Spaces:
Running
on
Zero
Running
on
Zero
amirgame197
commited on
Commit
•
d34396b
1
Parent(s):
8183167
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
import spaces
|
2 |
import gradio as gr
|
3 |
-
import cv2
|
4 |
-
import numpy as np
|
5 |
|
6 |
-
from PIL import Image
|
7 |
-
from transparent_background import Remover
|
8 |
|
9 |
import rembg
|
10 |
|
|
|
1 |
import spaces
|
2 |
import gradio as gr
|
3 |
+
#import cv2
|
4 |
+
#import numpy as np
|
5 |
|
6 |
+
#from PIL import Image
|
7 |
+
#from transparent_background import Remover
|
8 |
|
9 |
import rembg
|
10 |
|