Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mila-ai4h
/
AIR
like
13
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AIR
/
src
/
buster
/
gradio_app.py
jerpint
Deploy app
c89fdea
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
172 Bytes
import
os
from
src.buster.buster_app
import
buster_app
if
__name__ ==
"__main__"
:
buster_app.queue(api_open=
False
)
buster_app.launch(share=
False
, show_api=
False
)