rohitp1 commited on
Commit
d96c217
·
1 Parent(s): fd37dfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
7
  import os
8
 
9
  # save your HF API token from https:/hf.co/settings/tokens as an env variable to avoid rate limiting
10
- auth_token = os.getenv("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")
11
 
12
  # automatically load the interface from a HF model
13
  # you can remove the api_key parameter if you don't care about rate limiting.
 
7
  import os
8
 
9
  # save your HF API token from https:/hf.co/settings/tokens as an env variable to avoid rate limiting
10
+ auth_token = os.getenv("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")
11
 
12
  # automatically load the interface from a HF model
13
  # you can remove the api_key parameter if you don't care about rate limiting.