ford442 commited on
Commit
b735aad
·
verified ·
1 Parent(s): 9107160

Update app.py

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