Spaces:
Runtime error
Runtime error
Commit
·
6962828
1
Parent(s):
d0555d0
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,6 @@ from torch.nn import functional as F
|
|
7 |
import os
|
8 |
from threading import Thread
|
9 |
|
10 |
-
|
11 |
-
|
12 |
model_path = "ayoolaolafenwa/ChatLM"
|
13 |
|
14 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
|
|
7 |
import os
|
8 |
from threading import Thread
|
9 |
|
|
|
|
|
10 |
model_path = "ayoolaolafenwa/ChatLM"
|
11 |
|
12 |
tokenizer = AutoTokenizer.from_pretrained(model_path)
|