kws-fp-test / app.py
dusen0528's picture
Upload folder using huggingface_hub
02117d5 verified
raw
history blame contribute delete
106 Bytes
from gradio_kws_test import build_demo
demo = build_demo()
if __name__ == "__main__":
demo.launch()