Explorar o código

fix: correct syntax error in demo.py for VLM client backend

myhloli hai 5 meses
pai
achega
b7d7a1bf99
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      demo/demo.py

+ 1 - 1
demo/demo.py

@@ -240,4 +240,4 @@ if __name__ == '__main__':
     """To enable VLM mode, change the backend to 'vlm-xxx'"""
     # parse_doc(doc_path_list, output_dir, backend="vlm-transformers")  # more general.
     # parse_doc(doc_path_list, output_dir, backend="vlm-sglang-engine")  # faster(engine).
-    # parse_doc(doc_path_list, output_dir, backend="vlm-sglang-client", server_url="http://127.0.0.1:30000"  # faster(client).
+    # parse_doc(doc_path_list, output_dir, backend="vlm-sglang-client", server_url="http://127.0.0.1:30000")  # faster(client).