Update app.py
Browse files
app.py
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
import numpy as np
|
2 |
import torch.nn.functional as F
|
3 |
from torchvision.transforms.functional import normalize
|
4 |
-
from foo import hello
|
5 |
import gradio as gr
|
6 |
-
import git # pip install gitpython
|
7 |
|
8 |
-
hello()
|
9 |
|
10 |
-
git.Git(".").clone("https://huggingface.co/briaai/RMBG-1.4")
|
11 |
# git.Git(".").clone("git@hf.co:briaai/RMBG-1.4")
|
12 |
from briarmbg import BriaRMBG
|
13 |
|
|
|
1 |
import numpy as np
|
2 |
import torch.nn.functional as F
|
3 |
from torchvision.transforms.functional import normalize
|
4 |
+
# from foo import hello
|
5 |
import gradio as gr
|
6 |
+
# import git # pip install gitpython
|
7 |
|
8 |
+
# hello()
|
9 |
|
10 |
+
# git.Git(".").clone("https://huggingface.co/briaai/RMBG-1.4")
|
11 |
# git.Git(".").clone("git@hf.co:briaai/RMBG-1.4")
|
12 |
from briarmbg import BriaRMBG
|
13 |
|