Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def query_api(negative_prompt, positive_prompt):
|
|
29 |
|
30 |
# Send the POST request
|
31 |
response = requests.post(
|
32 |
-
"https://
|
33 |
headers=headers,
|
34 |
json=json_data
|
35 |
)
|
|
|
29 |
|
30 |
# Send the POST request
|
31 |
response = requests.post(
|
32 |
+
"https://model-5qe9kjp3.api.baseten.co/development/predict",
|
33 |
headers=headers,
|
34 |
json=json_data
|
35 |
)
|