Spaces:
Running
Running
Update gradio_app.py
Browse files- gradio_app.py +0 -2
gradio_app.py
CHANGED
@@ -8,8 +8,6 @@ def infer(text_prompt, action_prompt, profile: gr.OAuthProfile, oauth_token: gr.
|
|
8 |
|
9 |
gradio_auth_token = oauth_token.token
|
10 |
print(f"OAuth token: {oauth_token.token}")
|
11 |
-
client_secret = os.getenv('OAUTH_CLIENT_SECRET')
|
12 |
-
print(f"OAuth client secret env: {client_secret}")
|
13 |
|
14 |
inf_client = InferenceClient(
|
15 |
provider="fal-ai",
|
|
|
8 |
|
9 |
gradio_auth_token = oauth_token.token
|
10 |
print(f"OAuth token: {oauth_token.token}")
|
|
|
|
|
11 |
|
12 |
inf_client = InferenceClient(
|
13 |
provider="fal-ai",
|