umaiku commited on
Commit
13d82c7
·
verified ·
1 Parent(s): 0986965

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/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/umaiku/bger", src="spaces", token=os.getenv('HF_TOKEN'))
9
  chatbot.launch()