File size: 259 Bytes
1c40afa
dc10ed1
1c40afa
dc10ed1
 
1c40afa
dc10ed1
 
1
2
3
4
5
6
7
8
import os
from simple_app import create_interface

# Hugging Face Spaces expects a specific layout and filename
app = create_interface()

# If this is a HF Spaces deployment, create a more friendly title and description
app.title = "CASL Speech Analysis Tool"