Spaces:
Running
Running
justin2341
commited on
Commit
•
b0f434e
1
Parent(s):
0273261
Update demo.py
Browse files
demo.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
import datadog_api_client
|
4 |
-
from
|
5 |
|
6 |
def compare_face(frame1, frame2):
|
7 |
url = "http://127.0.0.1:8080/compare_face"
|
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
import datadog_api_client
|
4 |
+
from gradio.components import Image
|
5 |
|
6 |
def compare_face(frame1, frame2):
|
7 |
url = "http://127.0.0.1:8080/compare_face"
|