File size: 185 Bytes
cdf555f
 
 
 
 
1
2
3
4
5
import os

# تشغيل Applio مع إجبار الإعدادات المناسبة لـ Hugging Face
if __name__ == "__main__":
    os.system("python app.py --port 7860 --host 0.0.0.0")