umaiku commited on
Commit
f9f9603
·
verified ·
1 Parent(s): 8177ea5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,5 +5,5 @@ import os
5
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
6
  """
7
 
8
- chatbot = gr.load("huggingface.co/spaces/umaiku/bger", src="spaces", token=os.getenv('HF_TOKEN'))
9
  chatbot.launch()
 
5
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
6
  """
7
 
8
+ chatbot = gr.load("huggingface.co/spaces/umaiku/bger", src="spaces", token=os.getenv('HF_TOKEN'), hf_token=os.getenv('HF_TOKEN'))
9
  chatbot.launch()