File size: 144 Bytes
0610fb6
 
 
 
 
 
1
2
3
4
5
6
7
import gradio
import os

read_token = os.environ["HF_TOKEN"]

app = gradio.load("spaces/alexandros-apps/Chatbot", hf_token=read_token).launch()