Skip to content

Commit

Permalink
Fix directives in image classification example
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunk committed Mar 13, 2023
1 parent baeeb21 commit cd47abc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/src/main/scala/ImageClassifier.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
//> using scala "3.2"
//> using repository "sonatype-s01:snapshots"
//> using repository "sonatype:snapshots"
//> using lib "dev.storch::vision:0.0-2ea690f-SNAPSHOT"
//> using lib "dev.storch::vision:0.0-baeeb21-SNAPSHOT"
//> using lib "com.lihaoyi::os-lib:0.9.0"
//> using lib "me.tongfei:progressbar:0.9.5"
//> using lib "com.github.alexarchambault::case-app:2.1.0-M24"
//> using lib "org.bytedeco:pytorch-platform-gpu:1.13.1-1.5.9-SNAPSHOT"

import Commands.*
Expand Down

0 comments on commit cd47abc

Please sign in to comment.