| """ | |
| 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() | |
| """ | |
| 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() | |