Spaces:
Build error
Build error
tjxj
commited on
Commit
·
2498a10
1
Parent(s):
72e4b7a
1.0
Browse files
app.py
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
import os
|
2 |
-
#os.system("yum install libglvnd-glx")
|
3 |
os.system("/usr/local/bin/python -m pip install --upgrade pip")
|
4 |
-
# import numpy as np
|
5 |
-
# from PIL import Image
|
6 |
import gradio as gr
|
7 |
from rembg import remove
|
8 |
import cv2
|
|
|
1 |
import os
|
|
|
2 |
os.system("/usr/local/bin/python -m pip install --upgrade pip")
|
|
|
|
|
3 |
import gradio as gr
|
4 |
from rembg import remove
|
5 |
import cv2
|
git.sh
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
git add .
|
2 |
+
git commit -m "1.0"
|
3 |
+
git push
|