Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,10 @@ from character import get_ch_name
|
|
17 |
from civitai import try_find_title
|
18 |
from huggingface import get_hf_fs
|
19 |
|
|
|
|
|
|
|
|
|
20 |
hf_fs = get_hf_fs()
|
21 |
configure_http_backend(get_requests_session)
|
22 |
|
|
|
17 |
from civitai import try_find_title
|
18 |
from huggingface import get_hf_fs
|
19 |
|
20 |
+
from gchar.generic import import_generic
|
21 |
+
|
22 |
+
import_generic()
|
23 |
+
|
24 |
hf_fs = get_hf_fs()
|
25 |
configure_http_backend(get_requests_session)
|
26 |
|