nico-x's picture
fix app naming collision
7f30908
raw
history blame contribute delete
121 Bytes
# entrpoint for HuggingFace Space
import sys
sys.path.append('.')
from gradio_ui.gradio_app import demo
demo.launch()