Spaces:
Running
on
Zero
Running
on
Zero
style: Run Black formatter
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def call_baseten_generate(
|
|
66 |
try:
|
67 |
if not URL:
|
68 |
raise ValueError("The URL environment variable is not set.")
|
69 |
-
|
70 |
response = requests.post(URL, headers=headers, json=payload)
|
71 |
if response.status_code == 200:
|
72 |
data = response.json()
|
|
|
66 |
try:
|
67 |
if not URL:
|
68 |
raise ValueError("The URL environment variable is not set.")
|
69 |
+
|
70 |
response = requests.post(URL, headers=headers, json=payload)
|
71 |
if response.status_code == 200:
|
72 |
data = response.json()
|