yrodriguezmd commited on
Commit
191fb1a
·
1 Parent(s): 00044ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  import gradio as gr
2
 
3
  def show_preds_gradio(input_image, display_label, display_bbox, detection_threshold):
 
1
+ import icedata
2
+ import PIL, requests
3
+ import torch
4
+ from torchvision import transforms
5
  import gradio as gr
6
 
7
  def show_preds_gradio(input_image, display_label, display_bbox, detection_threshold):