predpoint commited on
Commit
b5d9d66
·
1 Parent(s): 47d86e7

Update gradio/demo.py

Browse files
Files changed (1) hide show
  1. gradio/demo.py +0 -1
gradio/demo.py CHANGED
@@ -1,7 +1,6 @@
1
  import gradio as gr
2
  import requests
3
  import json
4
- from PIL import Image
5
 
6
  def detect_human_face(frame1):
7
  url = "http://127.0.0.1:8000/api/detect_human_face"
 
1
  import gradio as gr
2
  import requests
3
  import json
 
4
 
5
  def detect_human_face(frame1):
6
  url = "http://127.0.0.1:8000/api/detect_human_face"