Spaces:
Running
Running
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -8,7 +8,7 @@ def infer(text_prompt, action_prompt, profile: gr.OAuthProfile):
|
|
8 |
|
9 |
inf_client = InferenceClient(
|
10 |
provider="replicate",
|
11 |
-
token=login
|
12 |
)
|
13 |
|
14 |
# output is a PIL.Image object
|
|
|
8 |
|
9 |
inf_client = InferenceClient(
|
10 |
provider="replicate",
|
11 |
+
#token=login
|
12 |
)
|
13 |
|
14 |
# output is a PIL.Image object
|