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

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import requests # <-- استيراد المكتبة الجديدة
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"
 
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"