Safetensors
EarthSpeciesProject
NatureLM
Cheeky Sparrow commited on
Commit
377fac9
·
1 Parent(s): 2319ffd

import os

Browse files
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -3,6 +3,7 @@ from NatureLM.models import NatureLM
3
  from NatureLM.infer import Pipeline
4
  import numpy as np
5
  import torch
 
6
 
7
  class EndpointHandler():
8
  def __init__(self, path=""):
 
3
  from NatureLM.infer import Pipeline
4
  import numpy as np
5
  import torch
6
+ import os
7
 
8
  class EndpointHandler():
9
  def __init__(self, path=""):