CoolFace
Apppublic

florim/MedGPT

sourceHugging Facemitupdated 3y agoView on Hugging Face
2likes
context.py7 linesDownload Raw Back to tests
1import os2import sys3 4sys.path.insert(5    0, os.path.abspath(os.path.join(os.path.dirname(__file__), "../scripts"))6)7