소스 검색

change url

tomoya 6 달 전
부모
커밋
4a32063594
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backend/app/app/api/api_v1/endpoints/images.py

+ 1 - 1
backend/app/app/api/api_v1/endpoints/images.py

@@ -144,7 +144,7 @@ def get_image(
     background_tasks: BackgroundTasks
 ) -> Any:
     width, height = flux_image_size[aspects.index(aspect)]
-    client = Client("http://192.168.192.83:7860/")
+    client = Client("http://172.104.93.163:7860/")
     result = client.predict(
             model_id="models/FLUX.1-schnell",
             prompt=prompt,