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