Ashley Wright commited on
Commit
928edd4
1 Parent(s): d79d4af

Fix socket path

Browse files
Files changed (1) hide show
  1. src/main.py +1 -1
src/main.py CHANGED
@@ -6,7 +6,7 @@ from pipelines.models import TextToImageRequest
6
 
7
  from pipeline import load_pipeline, infer
8
 
9
- SOCKET = "/sandbox/inferences.sock"
10
 
11
 
12
  def main():
 
6
 
7
  from pipeline import load_pipeline, infer
8
 
9
+ SOCKET = "/api/inferences.sock"
10
 
11
 
12
  def main():