File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export const bm25s = (model: ModelData): string[] => [
9595retriever = BM25HF.load_from_hub("${ model . id }  , 
9696] ; 
9797
98- export  const  cxr_foundation  =  ( model :  ModelData ) : string [ ]  =>  [ 
98+ export  const  cxr_foundation  =  ( ) : string [ ]  =>  [ 
9999	`!git clone https://github.com/Google-Health/cxr-foundation.git 
100100import tensorflow as tf, sys, requests 
101101sys.path.append('cxr-foundation/python/') 
@@ -191,7 +191,7 @@ focallength_px = prediction["focallength_px"]`;
191191	return  [ installSnippet ,  inferenceSnippet ] ; 
192192} ; 
193193
194- export  const  derm_foundation  =  ( model :  ModelData ) : string [ ]  =>  [ 
194+ export  const  derm_foundation  =  ( ) : string [ ]  =>  [ 
195195	`from huggingface_hub import from_pretrained_keras 
196196import tensorflow as tf, requests 
197197
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments