File size: 121 Bytes
eced394
 
 
 
 
7f30908
eced394
 
1
2
3
4
5
6
7
8
# entrpoint for HuggingFace Space 

import sys
sys.path.append('.')

from gradio_ui.gradio_app import demo

demo.launch()