Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	
		Ceyda Cinarel
		
	commited on
		
		
					Commit 
							
							·
						
						3396f01
	
1
								Parent(s):
							
							578e499
								
make pretty
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -12,7 +12,8 @@ import jax 
     | 
|
| 12 | 
         | 
| 13 | 
         
             
            st.sidebar.write("")
         
     | 
| 14 | 
         
             
            st.title("CLIP React Demo")
         
     | 
| 15 | 
         
            -
            st.write("[Model Card](https://huggingface.co/flax-community/clip-reply)")
         
     | 
| 
         | 
|
| 16 | 
         
             
            st.write("    ")
         
     | 
| 17 | 
         
             
            @st.cache(allow_output_mutation=True)
         
     | 
| 18 | 
         
             
            def load_model():
         
     | 
| 
         @@ -86,6 +87,7 @@ q_cols[0].markdown( 
     | 
|
| 86 | 
         
             
            q_cols[2].markdown(
         
     | 
| 87 | 
         
             
                """   
         
     | 
| 88 | 
         
             
                Searches among the validation set images if not specified
         
     | 
| 
         | 
|
| 89 | 
         
             
                (There may be non-exact duplicates)
         
     | 
| 90 | 
         | 
| 91 | 
         
             
            """
         
     | 
| 
         | 
|
| 12 | 
         | 
| 13 | 
         
             
            st.sidebar.write("")
         
     | 
| 14 | 
         
             
            st.title("CLIP React Demo")
         
     | 
| 15 | 
         
            +
            st.write("Search Reaction GIFs with CLIP [Model Card](https://huggingface.co/flax-community/clip-reply)")
         
     | 
| 16 | 
         
            +
            st.write("    ")
         
     | 
| 17 | 
         
             
            st.write("    ")
         
     | 
| 18 | 
         
             
            @st.cache(allow_output_mutation=True)
         
     | 
| 19 | 
         
             
            def load_model():
         
     | 
| 
         | 
|
| 87 | 
         
             
            q_cols[2].markdown(
         
     | 
| 88 | 
         
             
                """   
         
     | 
| 89 | 
         
             
                Searches among the validation set images if not specified
         
     | 
| 90 | 
         
            +
                
         
     | 
| 91 | 
         
             
                (There may be non-exact duplicates)
         
     | 
| 92 | 
         | 
| 93 | 
         
             
            """
         
     |