Tymec's picture
Change HF entry point and add examples
b42b884
raw
history blame
106 Bytes
"""Entry point for Hugging Face gradio space."""
from app.gui import launch_gui
launch_gui(share=False)