Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 1 | 
         
             
            import gradio as gr
         
     | 
| 2 | 
         
             
            import pixeltable as pxt
         
     | 
| 3 | 
         
            -
            from pixeltable.functions.huggingface import  
     | 
| 4 | 
         
             
            from pixeltable.iterators import FrameIterator
         
     | 
| 5 | 
         
             
            import os
         
     | 
| 6 | 
         
             
            import logging
         
     | 
| 
         | 
|
| 1 | 
         
             
            import gradio as gr
         
     | 
| 2 | 
         
             
            import pixeltable as pxt
         
     | 
| 3 | 
         
            +
            from pixeltable.functions.huggingface import clip
         
     | 
| 4 | 
         
             
            from pixeltable.iterators import FrameIterator
         
     | 
| 5 | 
         
             
            import os
         
     | 
| 6 | 
         
             
            import logging
         
     |