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