Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
umaiku
/
ALEXI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ALEXI
/
app.py
umaiku
Update app.py
8cf24c1
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
161 Bytes
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()