chembfn-webui 1.2.1__py3-none-any.whl → 1.2.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of chembfn-webui might be problematic. Click here for more details.

chembfn_webui/bin/app.py CHANGED
@@ -43,6 +43,7 @@ from lib.version import __version__
43
43
  vocabs = find_vocab()
44
44
  models = find_model()
45
45
  cache_dir = Path(__file__).parent.parent / "cache"
46
+ favicon_dir = Path(__file__).parent / "favicon.png"
46
47
  _result_count = 0
47
48
 
48
49
  HTML_STYLE = gr.InputHTMLAttributes(
@@ -635,7 +636,12 @@ def main() -> None:
635
636
  )
636
637
  parser.add_argument("-V", "--version", action="version", version=__version__)
637
638
  args = parser.parse_args()
638
- app.launch(share=args.public, allowed_paths=[cache_dir.absolute().__str__()])
639
+ print(f"This is ChemBFN WebUI version {__version__}")
640
+ app.launch(
641
+ share=args.public,
642
+ allowed_paths=[cache_dir.absolute().__str__()],
643
+ favicon_path=favicon_dir.absolute().__str__(),
644
+ )
639
645
 
640
646
 
641
647
  if __name__ == "__main__":
Binary file
@@ -1,5 +0,0 @@
1
- CN(Cc1ccccc1)C(=O)Cc1cccc(F)c1F
2
- Cc1cnc(NC(=O)c2cccc3ccccc23)s1
3
- COc1ccc(NC(=O)Cc2ccccc2C)cc1
4
- O=C(CNC(=O)c1ccccc1)NCc1ccccc1
5
- CCOc1ccccc1C(=O)Nc1ccc(F)cc1
@@ -4,5 +4,5 @@
4
4
  Version info.
5
5
  """
6
6
 
7
- __version__ = "1.2.1"
7
+ __version__ = "1.2.2"
8
8
  __author__ = "Nianze A. TAO"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chembfn_webui
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: WebUI for ChemBFN
5
5
  Home-page: https://github.com/Augus1999/ChemBFN-WebUI
6
6
  Author: Nianze A. Tao
@@ -1,16 +1,17 @@
1
1
  chembfn_webui/__init__.py,sha256=AXUdd_PrlfVO56losFUP7A8XrqCDPylwRbTpe_WG3Uc,87
2
- chembfn_webui/bin/app.py,sha256=Pe5KjPy-EOom-qUKSF0O8AeQLgpI6zg1DkM-V_G59-c,22249
2
+ chembfn_webui/bin/app.py,sha256=tAyXJrzs855oAJ71pk1hyb-PbqM2dAq5AWtXqs9-Nx8,22437
3
+ chembfn_webui/bin/favicon.png,sha256=B-Wf_yKtpiLWeLSuLimIXq_oi8YrFs7DLrcV0OVp-rA,42514
3
4
  chembfn_webui/cache/cache_file_here.txt,sha256=hi60T_q6Cf5WPtXuwe4CqjiWpaUqrczsmGMhKIUL--M,28
4
- chembfn_webui/cache/results.csv,sha256=Z1IOb5NqNuzCdq00TXex8cPpxWlTg5Qi-46HNINcNZg,151
5
+ chembfn_webui/cache/results.csv,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
6
  chembfn_webui/lib/utilities.py,sha256=ALPw-Evjd9DdsU_RQA6Zp2Gc6XnRR7Y_5fZrqG9azWo,7460
6
- chembfn_webui/lib/version.py,sha256=5CABifnS6Arnwe8Or6Z9N5ZxwaP9EHjFHhaMM64RF-E,138
7
+ chembfn_webui/lib/version.py,sha256=7GDAyyuN0ZYKqteibHSYP4V8oqj25OuNnFTI6TjQTds,138
7
8
  chembfn_webui/model/base_model/place_base_model_here.txt,sha256=oa8_ILaAlWpTXICVDi-Y46_OahV7wB6Che6gbiEIh-c,39
8
9
  chembfn_webui/model/lora/place_lora_folder_here.txt,sha256=YYOo0Cj278DyRcgVrCLa1f2Q-cqgNeMnelaLiA3Fuic,69
9
10
  chembfn_webui/model/standalone_model/place_standalone_model_folder_here.txt,sha256=Dp42UscfI0Zp3SnvRv5vOfWiJZnxdY7rG3jo0kf86VM,80
10
11
  chembfn_webui/model/vocab/place_vocabulary_file_here.txt,sha256=fLOINvZP2022oE7RsmfDjgyaw2yMi7glmdu_cTwmo88,28
11
- chembfn_webui-1.2.1.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
12
- chembfn_webui-1.2.1.dist-info/METADATA,sha256=NQBmy41ZZmg8sAFkddQBpWZMrdoVSRx2rZO_0kBHaG4,6412
13
- chembfn_webui-1.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
14
- chembfn_webui-1.2.1.dist-info/entry_points.txt,sha256=fp8WTPybvwpeYKrUhTi456wwZbmCMJXN1TeFGpR1SlY,55
15
- chembfn_webui-1.2.1.dist-info/top_level.txt,sha256=VdWt3Z7jhbB0pQO_mkRawnU5s75SBT9BV8fGaAIJTDI,14
16
- chembfn_webui-1.2.1.dist-info/RECORD,,
12
+ chembfn_webui-1.2.2.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
13
+ chembfn_webui-1.2.2.dist-info/METADATA,sha256=NddgSYTVdf1KCLwuvoCiZ3J3QbJcfctEECqHH6HwreM,6412
14
+ chembfn_webui-1.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ chembfn_webui-1.2.2.dist-info/entry_points.txt,sha256=fp8WTPybvwpeYKrUhTi456wwZbmCMJXN1TeFGpR1SlY,55
16
+ chembfn_webui-1.2.2.dist-info/top_level.txt,sha256=VdWt3Z7jhbB0pQO_mkRawnU5s75SBT9BV8fGaAIJTDI,14
17
+ chembfn_webui-1.2.2.dist-info/RECORD,,