Uthar commited on
Commit
7c93a29
·
verified ·
1 Parent(s): 0bcf29d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ headers = {"Authorization": f"Bearer {HF_TOKEN}"}
43
  from huggingface_hub import InferenceClient
44
 
45
  client = InferenceClient(
46
- provider="fal-ai",
47
  api_key=HF_TOKEN,
48
  )
49
 
 
43
  from huggingface_hub import InferenceClient
44
 
45
  client = InferenceClient(
46
+ # provider="fal-ai",
47
  api_key=HF_TOKEN,
48
  )
49