lunarflu HF Staff commited on
Commit
08bc79c
·
1 Parent(s): 3a6e033

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ jojogan = gradio_client.Client("akhaliq/JoJoGAN")
29
 
30
  #token update
31
  DFIF_TOKEN = os.getenv('DFIF_TOKEN')
32
- hf_token = DFIF_TOKEN # could clean this up
33
 
34
  #----------------------------------------------------------------------------------------------------
35
  class AsyncGradioClient(gradio_client.Client):
 
29
 
30
  #token update
31
  DFIF_TOKEN = os.getenv('DFIF_TOKEN')
32
+ #hf_token = DFIF_TOKEN # could clean this up
33
 
34
  #----------------------------------------------------------------------------------------------------
35
  class AsyncGradioClient(gradio_client.Client):