Skip to content

Commit

Permalink
fix default backend in clip client notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Jun 20, 2022
1 parent b382d2f commit 299cdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/clip-client-query-api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
" display(Image(url=url, unconfined=True))\n",
"\n",
"client = ClipClient(\n",
" url=\"http://192.168.1.38:1234/knn-service\",\n",
" url=\"https://knn5.laion.ai/knn-service\",\n",
" indice_name=\"laion5B\",\n",
" aesthetic_score=9,\n",
" aesthetic_weight=0.5,\n",
Expand Down

0 comments on commit 299cdd5

Please sign in to comment.