Shunfeng Zheng commited on
Commit
152ad3f
·
verified ·
1 Parent(s): 81f9cf7

Update 1_SpatialParse.py

Browse files
Files changed (1) hide show
  1. 1_SpatialParse.py +6 -0
1_SpatialParse.py CHANGED
@@ -13,6 +13,12 @@ import urllib.parse
13
  import os
14
  # import requests
15
 
 
 
 
 
 
 
16
  # API_TOKEN = 'hf_'
17
  # BACKEND_URL = "https://dsbb0707-dockerb2.hf.space/api/predict/"
18
  # def call_backend(input_text):
 
13
  import os
14
  # import requests
15
 
16
+ import pydantic
17
+
18
+ st.write("Pydantic version:", pydantic.__version__)
19
+
20
+
21
+
22
  # API_TOKEN = 'hf_'
23
  # BACKEND_URL = "https://dsbb0707-dockerb2.hf.space/api/predict/"
24
  # def call_backend(input_text):