Emaad commited on
Commit
9639659
1 Parent(s): 64e25c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -10,10 +10,6 @@ from celle_main import instantiate_from_config
10
  from huggingface_hub import hf_hub_download
11
  from omegaconf import OmegaConf
12
 
13
- files = [f for f in os.listdir('.') if os.path.isfile(f)]
14
- for f in files:
15
- print(f)
16
-
17
  class model:
18
  def __init__(self):
19
  self.model = None
 
10
  from huggingface_hub import hf_hub_download
11
  from omegaconf import OmegaConf
12
 
 
 
 
 
13
  class model:
14
  def __init__(self):
15
  self.model = None