Spaces:
Runtime error
Runtime error
Update
Browse files- 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"
|