Tokymin commited on
Commit
d67679a
1 Parent(s): 84c023f
Files changed (1) hide show
  1. app.py +1 -1
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",hf_token=huggingface_token,src='models').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("Tokymin/Mood_Anxiety_Disorder_Classify_Model",hf_token=huggingface_token,src='models').launch()