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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -1,9 +1,5 @@
1
  import gradio as gr
2
  import os
3
 
4
- """
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()
 
1
  import gradio as gr
2
  import os
3
 
 
 
 
 
4
  chatbot = gr.load("huggingface.co/spaces/umaiku/bger", src="spaces", token=os.getenv('HF_TOKEN'), hf_token=os.getenv('HF_TOKEN'))
5
  chatbot.launch()