File size: 245 Bytes
8b8b0d7
ff2cfd7
8b8b0d7
ff2cfd7
8b8b0d7
ff2cfd7
8b8b0d7
ff2cfd7
8b8b0d7
67edaf3
4de0ac4
1
2
3
4
5
6
7
8
9
10
11
12
import os
import gradio as gr
import dotenv

dotenv.load_dotenv()

read_key = os.environ.get("HF_TOKEN", None)

# the space is displayed, but does nothing
demo = gr.load("argami/ba-chatbot", token=read_key, src="spaces")
demo.launch(share=True)