import os if __name__ == "__main__": # تشغيل التطبيق على المنفذ 7860 (الخاص بـ Hugging Face) os.system("python app.py --port 7860 --host 0.0.0.0")