AshanGimhana commited on
Commit
7310187
·
verified ·
1 Parent(s): dfff1cc

Update notebook.txt

Browse files
Files changed (1) hide show
  1. notebook.txt +11 -2
notebook.txt CHANGED
@@ -1,7 +1,16 @@
1
  !pip install insightface
2
-
3
 
4
 
5
  from huggingface_hub import loggin
6
 
7
- loggin(token="")
 
 
 
 
 
 
 
 
 
 
1
  !pip install insightface
2
+ -------------------------------
3
 
4
 
5
  from huggingface_hub import loggin
6
 
7
+ loggin(token="")
8
+ -----------------------------------------------
9
+
10
+
11
+ from huggingface_hub import hf_hub_download
12
+
13
+ repo_id = "AshanGimhana/NewFWModelV1"
14
+ model_filename = "inswapperFTV1Model.onnx"
15
+
16
+ --------------------------------------------------