Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -1,7 +1,3 @@ 
     | 
|
| 1 | 
         
            -
            RUN git clone https://github.com/Yntec/gradio-3.15.0-gr.load/gradio gradio && \
         
     | 
| 2 | 
         
            -
                cd gradio && \
         
     | 
| 3 | 
         
            -
                npm install -g pnpm && \
         
     | 
| 4 | 
         
            -
                sh scripts/build_frontend.sh
         
     | 
| 5 | 
         
             
            import os 
         
     | 
| 6 | 
         
             
            import sys
         
     | 
| 7 | 
         
             
            from pathlib import Path
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 1 | 
         
             
            import os 
         
     | 
| 2 | 
         
             
            import sys
         
     | 
| 3 | 
         
             
            from pathlib import Path
         
     |