Spaces:
Running
Running
Commit
Β·
9f74751
1
Parent(s):
41a9c72
Update pages/1_π_predict.py
Browse files- pages/1_π_predict.py +3 -0
pages/1_π_predict.py
CHANGED
@@ -15,6 +15,9 @@ from utils.openllmapi.exceptions import *
|
|
15 |
import time
|
16 |
from typing import List
|
17 |
from collections import OrderedDict
|
|
|
|
|
|
|
18 |
|
19 |
tokenizer_kwargs = dict(
|
20 |
max_length=128,
|
|
|
15 |
import time
|
16 |
from typing import List
|
17 |
from collections import OrderedDict
|
18 |
+
st.write('secrets are')
|
19 |
+
|
20 |
+
st.write(st.secrets["hf-chat"])
|
21 |
|
22 |
tokenizer_kwargs = dict(
|
23 |
max_length=128,
|