Spaces:
Runtime error
Runtime error
init
Browse files
app.py
CHANGED
@@ -4,4 +4,4 @@ huggingface_token = os.getenv('HF_TOKEN')
|
|
4 |
# Set up the token to use with the Hugging Face API
|
5 |
if huggingface_token is not None:
|
6 |
os.environ['HUGGINGFACE_CO_API_TOKEN'] = huggingface_token
|
7 |
-
gr.load("models/Tokymin/Mood_Anxiety_Disorder_Classify_Model").launch()
|
|
|
4 |
# Set up the token to use with the Hugging Face API
|
5 |
if huggingface_token is not None:
|
6 |
os.environ['HUGGINGFACE_CO_API_TOKEN'] = huggingface_token
|
7 |
+
gr.load("models/Tokymin/Mood_Anxiety_Disorder_Classify_Model",hf_token=huggingface_token).launch()
|