nlp-cirlce-demo / app.py
JOELDSL's picture
feature/refactoring-to-config-yamls (#1)
79d67e0
raw
history blame
182 Bytes
from nlp_circle_demo.wrapped_gradio_objects import GradioTabWrapper
if __name__ == "__main__":
demo = GradioTabWrapper.from_yaml("resources/tabs/app_tab.yml")
demo.launch()