Update app.py
Browse files
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
|