keivalya commited on
Commit
d97c494
·
1 Parent(s): c6c08bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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"}
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()