Skip to content

Commit da8f41f

Browse files
committed
Fix server build
1 parent b8888fc commit da8f41f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/server/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,8 @@ void start_server(SDParams params) {
15161516
1,
15171517
params.lastRequest.style_ratio,
15181518
params.lastRequest.normalize_input,
1519-
params.input_id_images_path.c_str());
1519+
params.input_id_images_path.c_str(),
1520+
NULL, 0);
15201521

15211522
if (results == NULL) {
15221523
printf("generate failed\n");

0 commit comments

Comments
 (0)