File size: 186 Bytes
8d8fd59
 
 
 
 
1
2
3
4
5
6
from src.nlp_circle_demo.wrapped_gradio_objects import GradioTabWrapper

if __name__ == "__main__":
    demo = GradioTabWrapper.from_yaml("resources/tabs/app_tab.yml")
    demo.launch()