diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 0352427..9ffad30 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -5,9 +5,9 @@ it('can test', function () { $c = new Client('https://nota-ai-compressed-stable-diffusion.hf.space/'); -// $r = $c->predict([ -// 'banana and lemon', '', 7.5, 25, 1234, -// ], fnIndex: 4); + // $r = $c->predict([ + // 'banana and lemon', '', 7.5, 25, 1234, + // ], fnIndex: 4); expect($c)->toBeInstanceOf(Client::class); });