Spaces:
Sleeping
Sleeping
Commit ·
da0a632
1
Parent(s): 20874bb
+fixes
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import requests
|
|
|
|
| 3 |
|
| 4 |
# URL of the API created with FastAPI
|
| 5 |
API_URL = "https://lab3-nuj8.onrender.com"
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import requests
|
| 3 |
+
import cv2
|
| 4 |
|
| 5 |
# URL of the API created with FastAPI
|
| 6 |
API_URL = "https://lab3-nuj8.onrender.com"
|