File size: 204 Bytes
bc23961
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
"""

Interface package for FoodViT

Contains web interface components

"""

from .gradio_app import create_interface, launch_interface

__all__ = [
    'create_interface',
    'launch_interface'
]