File size: 161 Bytes
9a19fe7
9b29eda
9a19fe7
50c86fd
8cf24c1
 
1
2
3
4
5
6
import gradio as gr
import os 

HF_TOKEN = os.environ.get('HF_TOKEN')
chatbot = gr.load("spaces/umaiku/bger", token=HF_TOKEN, hf_token=HF_TOKEN)
chatbot.launch()