Binoculars / app.py
gopiium's picture
Upload folder using huggingface_hub
ba866d1 verified
raw
history blame contribute delete
143 Bytes
from demo.demo import app
if __name__ == "__main__":
# Launch the Gradio interface
app.launch(show_api=False, debug=True, share=True)