Spaces:
Build error
Build error
Update gradio_app.py
Browse files- 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=
|
| 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
|