Antoine101 commited on
Commit
c6d39f4
·
verified ·
1 Parent(s): 38a4f39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  from PIL import Image, ImageDraw
3
  from transformers import pipeline
 
4
 
5
 
6
  def plot_results(image, results, threshold=0.7):
 
1
  import gradio as gr
2
  from PIL import Image, ImageDraw
3
  from transformers import pipeline
4
+ import numpy as np
5
 
6
 
7
  def plot_results(image, results, threshold=0.7):