abidlabs HF Staff commited on
Commit
68d1d96
·
verified ·
1 Parent(s): 9c993db

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -11,7 +11,7 @@ def infer(text_prompt, action_prompt, profile: gr.OAuthProfile, oauth_token: gr.
11
 
12
  inf_client = InferenceClient(
13
  provider="fal-ai",
14
- api_key=manual_token
15
  )
16
 
17
  # output is a PIL.Image object
 
11
 
12
  inf_client = InferenceClient(
13
  provider="fal-ai",
14
+ api_key=gradio_auth_token
15
  )
16
 
17
  # output is a PIL.Image object