nlp-demo / app.py
kapllan
First commit to migrate the nlp-demo page.
6f57942
raw
history blame contribute delete
No virus
186 Bytes
from src.nlp_circle_demo.wrapped_gradio_objects import GradioTabWrapper
if __name__ == "__main__":
demo = GradioTabWrapper.from_yaml("resources/tabs/app_tab.yml")
demo.launch()