mohammed-aljafry commited on
Commit
669c5bc
·
verified ·
1 Parent(s): e918d70

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,9 +10,10 @@ import requests # <-- استيراد المكتبة الجديدة
10
 
11
  # ==============================================================================
12
  # 1. إعدادات الـ API
 
13
  # ==============================================================================
14
  # هذا هو عنوان الـ API الذي قمت بإنشائه في المساحة الأخرى
15
- API_URL_BASE = "https://BaseerAI-baseer-server.hf.space"
16
  API_START_SESSION_URL = f"{API_URL_BASE}/start_session"
17
  API_RUN_STEP_URL = f"{API_URL_BASE}/run_step"
18
  API_END_SESSION_URL = f"{API_URL_BASE}/end_session"
 
10
 
11
  # ==============================================================================
12
  # 1. إعدادات الـ API
13
+
14
  # ==============================================================================
15
  # هذا هو عنوان الـ API الذي قمت بإنشائه في المساحة الأخرى
16
+ API_URL_BASE = "https://mohammed-aljafry/Baseer_api_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"