HeshamHaroon's picture
Update: Auto-evaluation on Space startup
a5f8ac7 verified
raw
history blame contribute delete
182 Bytes
"""
Arabic Function Calling Leaderboard - HuggingFace Space Entry Point
"""
import sys
sys.path.insert(0, ".")
from afcl.app import app
if __name__ == "__main__":
app.launch()