fffiloni commited on
Commit
f1693b2
·
verified ·
1 Parent(s): 91c1cb8

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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