Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ import requests # <-- استيراد المكتبة الجديدة
|
|
| 13 |
|
| 14 |
# ==============================================================================
|
| 15 |
# هذا هو عنوان الـ API الذي قمت بإنشائه في المساحة الأخرى
|
| 16 |
-
API_URL_BASE = "https://
|
| 17 |
API_START_SESSION_URL = f"{API_URL_BASE}/start_session"
|
| 18 |
API_RUN_STEP_URL = f"{API_URL_BASE}/run_step"
|
| 19 |
API_END_SESSION_URL = f"{API_URL_BASE}/end_session"
|
|
|
|
| 13 |
|
| 14 |
# ==============================================================================
|
| 15 |
# هذا هو عنوان الـ API الذي قمت بإنشائه في المساحة الأخرى
|
| 16 |
+
API_URL_BASE = "https://BaseerAI/Baseer_Server.hf.space"
|
| 17 |
API_START_SESSION_URL = f"{API_URL_BASE}/start_session"
|
| 18 |
API_RUN_STEP_URL = f"{API_URL_BASE}/run_step"
|
| 19 |
API_END_SESSION_URL = f"{API_URL_BASE}/end_session"
|