app
Browse files
app.py
CHANGED
|
@@ -97,8 +97,8 @@ def create_lmm():
|
|
| 97 |
|
| 98 |
# device = 'cpu'
|
| 99 |
device = 'cuda'
|
| 100 |
-
|
| 101 |
-
type = "local"
|
| 102 |
|
| 103 |
if type == "local":
|
| 104 |
load_file_list = {
|
|
|
|
| 97 |
|
| 98 |
# device = 'cpu'
|
| 99 |
device = 'cuda'
|
| 100 |
+
type = "hf"
|
| 101 |
+
# type = "local"
|
| 102 |
|
| 103 |
if type == "local":
|
| 104 |
load_file_list = {
|