Salt commited on
Commit
b2920b8
·
1 Parent(s): 719d785

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +4 -0
server.py CHANGED
@@ -21,6 +21,7 @@ from random import randint
21
  import hashlib
22
  import chromadb
23
  import posthog
 
24
  from chromadb.config import Settings
25
  from sentence_transformers import SentenceTransformer
26
  from werkzeug.middleware.proxy_fix import ProxyFix
@@ -32,6 +33,9 @@ import webuiapi
32
  from constants import *
33
  from colorama import Fore, Style, init as colorama_init
34
 
 
 
 
35
  colorama_init()
36
 
37
  port = 7860
 
21
  import hashlib
22
  import chromadb
23
  import posthog
24
+ import torch
25
  from chromadb.config import Settings
26
  from sentence_transformers import SentenceTransformer
27
  from werkzeug.middleware.proxy_fix import ProxyFix
 
33
  from constants import *
34
  from colorama import Fore, Style, init as colorama_init
35
 
36
+
37
+
38
+
39
  colorama_init()
40
 
41
  port = 7860