Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import json
|
|
| 7 |
model_id = "7qrmoo93"
|
| 8 |
|
| 9 |
api_key =os.getenv("API_Key")
|
| 10 |
-
token="
|
| 11 |
|
| 12 |
|
| 13 |
def res(data):
|
|
|
|
| 7 |
model_id = "7qrmoo93"
|
| 8 |
|
| 9 |
api_key =os.getenv("API_Key")
|
| 10 |
+
token="Api-Key "+api_key
|
| 11 |
|
| 12 |
|
| 13 |
def res(data):
|