gmbreemer commited on
Commit
88b0bf6
·
1 Parent(s): d6fd321

Remove typing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ WANDB_RUN = "207pa091"
18
  def pred_and_plot_image(
19
  model: torch.nn.Module,
20
  image_file: BytesIO,
21
- class_names: list[str],
22
  transform,
23
  ):
24
  """Run inference and show the results."""
 
18
  def pred_and_plot_image(
19
  model: torch.nn.Module,
20
  image_file: BytesIO,
21
+ class_names,
22
  transform,
23
  ):
24
  """Run inference and show the results."""