Spaces:
Build error
Build error
nounouille commited on
Commit ·
677f68c
1
Parent(s): 012de12
MAJ couleurs legende
Browse files
app.py
CHANGED
|
@@ -11,6 +11,7 @@ from collections import deque
|
|
| 11 |
import pandas as pd
|
| 12 |
import tempfile
|
| 13 |
|
|
|
|
| 14 |
API_URL = "http://18.212.167.3:8000/predict"
|
| 15 |
IMAGE_BASE_URL = "http://18.212.167.3:8000/test_images/"
|
| 16 |
IMAGE_LIST_URL = "http://18.212.167.3:8000/list-test-images"
|
|
|
|
| 11 |
import pandas as pd
|
| 12 |
import tempfile
|
| 13 |
|
| 14 |
+
|
| 15 |
API_URL = "http://18.212.167.3:8000/predict"
|
| 16 |
IMAGE_BASE_URL = "http://18.212.167.3:8000/test_images/"
|
| 17 |
IMAGE_LIST_URL = "http://18.212.167.3:8000/list-test-images"
|