File size: 84 Bytes
a314390 |
1 2 3 4 |
if __name__ == '__main__':
from src.app.gradio_ui import demo
demo.launch()
|
a314390 |
1 2 3 4 |
if __name__ == '__main__':
from src.app.gradio_ui import demo
demo.launch()
|