HeshamHaroon's picture
Initial release: Arabic Function Calling Leaderboard
566d03e verified
raw
history blame
177 Bytes
"""
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()