Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BladeRunnerAI
/
botbuster-v1
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
9ffe4e8
botbuster-v1
/
app.py
dderiso
Update app.py
9ffe4e8
over 2 years ago
raw
Copy download link
history
blame
Safe
125 Bytes
import
os
import
gradio
as
gr
gr.Interface.load(
"models/BladeRunnerAI/botbuster-v1"
, api_key=os.environ[
'API_KEY'
]).launch()