Turing311 commited on
Commit
8f6d539
·
1 Parent(s): 4db414e
Files changed (1) hide show
  1. gradio/demo.py +1 -0
gradio/demo.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  import requests
3
  import json
 
4
 
5
  def compare_face(frame1, frame2):
6
  url = "http://127.0.0.1:8000/api/compare_face"
 
1
  import gradio as gr
2
  import requests
3
  import json
4
+ from PIL import Image
5
 
6
  def compare_face(frame1, frame2):
7
  url = "http://127.0.0.1:8000/api/compare_face"