File size: 106 Bytes
9e32ffe
 
 
 
b42b884
1
2
3
4
5
6
"""Entry point for Hugging Face gradio space."""

from app.gui import launch_gui

launch_gui(share=False)