21323
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def greet(name):
|
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
-
url = "
|
| 13 |
payload = {"image": name}
|
| 14 |
headers = {"Content-Type": "application/json"}
|
| 15 |
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
+
url = "https://us-central1-hugging1-india.cloudfunctions.net/test/image"
|
| 13 |
payload = {"image": name}
|
| 14 |
headers = {"Content-Type": "application/json"}
|
| 15 |
|