SpyC0der77 commited on
Commit
ea3c033
·
verified ·
1 Parent(s): 23f5b9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import os
3
 
4
  client = InferenceClient(
5
  provider="hf-inference",
6
- api_key=os.getEnv("KEY")
7
  )
8
 
9
  # output is a PIL.Image object
 
3
 
4
  client = InferenceClient(
5
  provider="hf-inference",
6
+ api_key=os.getenv("KEY")
7
  )
8
 
9
  # output is a PIL.Image object