nlp-demo / app.py
maettubfh's picture
initial commit (migration)
8d8fd59
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()