Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ neg_prompt_2 = " 'non-photorealistic':1.5, 'unrealistic skin','unattractive face
|
|
141 |
from huggingface_hub import InferenceClient
|
142 |
client = InferenceClient(
|
143 |
model="stable-diffusion-v1-5/stable-diffusion-v1-5",
|
144 |
-
provider="hf-inference",
|
145 |
token=HF_TOKEN
|
146 |
)
|
147 |
|
|
|
141 |
from huggingface_hub import InferenceClient
|
142 |
client = InferenceClient(
|
143 |
model="stable-diffusion-v1-5/stable-diffusion-v1-5",
|
144 |
+
#provider="hf-inference",
|
145 |
token=HF_TOKEN
|
146 |
)
|
147 |
|