yslan commited on
Commit
4193d7b
·
1 Parent(s): 68d1d46
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  import argparse
2
  import spaces
3
  import json
@@ -27,10 +31,6 @@ Generate a large batch of image samples from a model and save them as a large
27
  numpy array. This can be used to produce samples for FID evaluation.
28
  """
29
 
30
- import os
31
-
32
- os.system('pip install -e ./submodules/simple-knn')
33
- os.system('pip install -e ./submodules/diff-surfel-rasterization')
34
 
35
 
36
  from pdb import set_trace as st
 
1
+ import os
2
+ os.system('pip install -e ./submodules/simple-knn')
3
+ os.system('pip install -e ./submodules/diff-surfel-rasterization')
4
+
5
  import argparse
6
  import spaces
7
  import json
 
31
  numpy array. This can be used to produce samples for FID evaluation.
32
  """
33
 
 
 
 
 
34
 
35
 
36
  from pdb import set_trace as st