Spaces:
Running
Running
narugo1992
commited on
Commit
·
ad47846
1
Parent(s):
6206d39
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 |
|