Commit 
							
							·
						
						f43f6f8
	
1
								Parent(s):
							
							e9594d5
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -1,3 +1,9 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 1 | 
             
            import os
         | 
| 2 | 
             
            import gradio as gr
         | 
| 3 | 
             
            import re
         | 
|  | |
| 1 | 
            +
            try:
         | 
| 2 | 
            +
                import detectron2
         | 
| 3 | 
            +
            except:
         | 
| 4 | 
            +
                import os 
         | 
| 5 | 
            +
                os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
         | 
| 6 | 
            +
                
         | 
| 7 | 
             
            import os
         | 
| 8 | 
             
            import gradio as gr
         | 
| 9 | 
             
            import re
         | 
