OriLib commited on
Commit
37ded0e
1 Parent(s): 983e1ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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