Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ans42
/
LIBYA_VOICE
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ans42
commited on
11 days ago
Commit
cdf555f
·
verified
·
1 Parent(s):
659b754
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import os
2
+
3
+
# تشغيل Applio مع إجبار الإعدادات المناسبة لـ Hugging Face
4
+
if __name__ == "__main__":
5
+
os.system("python app.py --port 7860 --host 0.0.0.0")