Spaces:
Running
Running
ZhangYuhan
commited on
Commit
•
590dc34
1
Parent(s):
6e3a72b
Update model/model_worker.py
Browse files- model/model_worker.py +1 -1
model/model_worker.py
CHANGED
@@ -3,7 +3,7 @@ import time
|
|
3 |
from typing import List
|
4 |
import replicate
|
5 |
|
6 |
-
os.environ("REPLICATE_API_TOKEN", "r8_0BaoQW0G8nWFXY8YWBCCUDurANxCtY72rarv9")
|
7 |
|
8 |
class BaseModelWorker:
|
9 |
def __init__(self,
|
|
|
3 |
from typing import List
|
4 |
import replicate
|
5 |
|
6 |
+
# os.environ("REPLICATE_API_TOKEN", "r8_0BaoQW0G8nWFXY8YWBCCUDurANxCtY72rarv9")
|
7 |
|
8 |
class BaseModelWorker:
|
9 |
def __init__(self,
|