Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
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.
|