Ramils commited on
Commit
c0fc25b
1 Parent(s): a39ebea

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def inference(img):
63
 
64
 
65
  # Задаем параметры запроса
66
- url = 'https://example.com/upload'
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