Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import numpy as np
|
|
8 |
import joblib
|
9 |
|
10 |
API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-2-1"
|
11 |
-
headers = {"Authorization": "Bearer
|
12 |
defaultprompt = "round table with blue color and smooth edges, places in the living room"
|
13 |
|
14 |
main_model = CatBoostRegressor()
|
|
|
8 |
import joblib
|
9 |
|
10 |
API_URL = "https://api-inference.huggingface.co/models/stabilityai/stable-diffusion-2-1"
|
11 |
+
headers = {"Authorization": "Bearer <KEY>"}
|
12 |
defaultprompt = "round table with blue color and smooth edges, places in the living room"
|
13 |
|
14 |
main_model = CatBoostRegressor()
|