File size: 182 Bytes
70533e9
0a27e5e
70533e9
 
 
1
2
3
4
5
6
from nlp_circle_demo.wrapped_gradio_objects import GradioTabWrapper

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