kisa-misa commited on
Commit
4d80170
·
1 Parent(s): d74f6eb

Update копия_блокнота__turtorial_ipynb_ (3).py

Browse files
копия_блокнота__turtorial_ipynb_ (3).py CHANGED
@@ -20,6 +20,8 @@ First, download a pretrained model from the YOLOv6 [release](https://github.com/
20
 
21
  ### You can also use torch.hub style to load the pretrained model or custom model to inference.
22
  """
 
 
23
 
24
  # Download a pretrained model
25
  import torch
 
20
 
21
  ### You can also use torch.hub style to load the pretrained model or custom model to inference.
22
  """
23
+ import gradio
24
+ from gradio.mix import Series
25
 
26
  # Download a pretrained model
27
  import torch