Spaces:
Sleeping
Sleeping
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 |
-
print(
|
| 11 |
print(api_key)
|
| 12 |
|
| 13 |
|
|
|
|
| 7 |
model_id = "7qrmoo93"
|
| 8 |
|
| 9 |
api_key =os.getenv("API_Key")
|
| 10 |
+
print(type(api_key))
|
| 11 |
print(api_key)
|
| 12 |
|
| 13 |
|