Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed Aug 4, 2023
2 parents 998c4ee + d52f7c2 commit df605bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

0 comments on commit df605bb

Please sign in to comment.