Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ def http_bot(image_input, text_input, request: gr.Request):
|
|
| 96 |
},
|
| 97 |
)
|
| 98 |
|
| 99 |
-
url = "https://
|
| 100 |
headers = {"Content-Type": "application/json"}
|
| 101 |
|
| 102 |
response = requests.post(url, headers=headers, data=json.dumps(payload))
|
|
|
|
| 96 |
},
|
| 97 |
)
|
| 98 |
|
| 99 |
+
url = "https://rouge-surrey-katrina-signatures.trycloudflare.com/app/otter"
|
| 100 |
headers = {"Content-Type": "application/json"}
|
| 101 |
|
| 102 |
response = requests.post(url, headers=headers, data=json.dumps(payload))
|