akshaypulla commited on
Commit
2cf4a9f
·
verified ·
1 Parent(s): c1be7c3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. client.py +1 -1
client.py CHANGED
@@ -25,7 +25,7 @@ class ProcureRLEnv(
25
  Each client instance has its own dedicated environment session on the server.
26
 
27
  Example:
28
- >>> with ProcureRLEnv(base_url="http://localhost:8000") as client:
29
  ... result = client.reset(task_id="single_issue")
30
  ... print(result.observation.supplier_message)
31
  ...
 
25
  Each client instance has its own dedicated environment session on the server.
26
 
27
  Example:
28
+ >>> with ProcureRLEnv(base_url="http://localhost:7860") as client:
29
  ... result = client.reset(task_id="single_issue")
30
  ... print(result.observation.supplier_message)
31
  ...