Shima111 commited on
Commit
5d6c18b
·
1 Parent(s): 2912d3c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def greet(name):
9
 
10
 
11
 
12
- url = "https://us-central1-samaibackend.cloudfunctions.net/test/image"
13
  payload = {"image": name}
14
  headers = {"Content-Type": "application/json"}
15
 
 
9
 
10
 
11
 
12
+ url = "https://us-central1-samaibackend.cloudfunctions.net/bd/image"
13
  payload = {"image": name}
14
  headers = {"Content-Type": "application/json"}
15