Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Commit 
							
							·
						
						5f34674
	
1
								Parent(s):
							
							549d299
								
Major update. Support for 15 LLMs, World Flora Online taxonomy validation, geolocation, 2 OCR methods, significant UI changes, stability improvements, consistent JSON parsing
Browse files
    	
        app.py
    CHANGED
    
    | @@ -2254,7 +2254,7 @@ if 'is_hf' not in st.session_state: | |
| 2254 | 
             
                    else:
         | 
| 2255 | 
             
                        st.session_state['is_hf'] = False
         | 
| 2256 | 
             
                except:
         | 
| 2257 | 
            -
                    st.session_state['is_hf'] =  | 
| 2258 |  | 
| 2259 |  | 
| 2260 | 
             
            # Default YAML file path
         | 
|  | |
| 2254 | 
             
                    else:
         | 
| 2255 | 
             
                        st.session_state['is_hf'] = False
         | 
| 2256 | 
             
                except:
         | 
| 2257 | 
            +
                    st.session_state['is_hf'] = True
         | 
| 2258 |  | 
| 2259 |  | 
| 2260 | 
             
            # Default YAML file path
         | 
