Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def inference(img):
|
|
| 63 |
|
| 64 |
|
| 65 |
# Задаем параметры запроса
|
| 66 |
-
url = '
|
| 67 |
headers = {'Content-Type': 'image/jpeg'}
|
| 68 |
data = {'image': img}
|
| 69 |
|
|
|
|
| 63 |
|
| 64 |
|
| 65 |
# Задаем параметры запроса
|
| 66 |
+
url = 'http://ramilsaf.ru/'
|
| 67 |
headers = {'Content-Type': 'image/jpeg'}
|
| 68 |
data = {'image': img}
|
| 69 |
|