Albert-NHWang
commited on
Commit
•
2204800
1
Parent(s):
fae4550
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
import os
|
|
|
|
|
2 |
import gradio as gr
|
|
|
3 |
|
4 |
|
5 |
read_key = os.getenv('HUGGINGFACE_TOKEN')
|
|
|
1 |
import os
|
2 |
+
|
3 |
+
import cv2
|
4 |
import gradio as gr
|
5 |
+
from gradio_client import Client, handle_file
|
6 |
|
7 |
|
8 |
read_key = os.getenv('HUGGINGFACE_TOKEN')
|