Update app.py
Browse files
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()
|