BounharAbdelaziz's picture
v0.1: Nano and Small models
9f5e5ef verified
raw
history blame contribute delete
175 Bytes
from utils import create_interface
if __name__ == "__main__":
# Create the Gradio interface
app = create_interface()
# Launch the app
app.launch()