Spaces:
Runtime error
Runtime error
File size: 184 Bytes
cb86605 | 1 2 3 4 5 6 | import os
if __name__ == "__main__":
# تشغيل التطبيق على المنفذ 7860 (الخاص بـ Hugging Face)
os.system("python app.py --port 7860 --host 0.0.0.0")
|