File size: 177 Bytes
566d03e
 
 
 
 
2912983
566d03e
2912983
566d03e
 
1
2
3
4
5
6
7
8
9
10
11
"""
Arabic Function Calling Leaderboard - HuggingFace Space Entry Point
"""
import sys
sys.path.insert(0, ".")

from afcl.app import create_app

app = create_app()
app.launch()