Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	
		jhj0517
		
	commited on
		
		
					Commit 
							
							·
						
						e735c1c
	
1
								Parent(s):
							
							5341b3b
								
Fix the bug that CLI argument was not affecting
Browse files- start-webui.bat +1 -1
    	
        start-webui.bat
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 | 
             
            @echo off
         | 
| 2 |  | 
| 3 | 
             
            call venv\scripts\activate
         | 
| 4 | 
            -
            python app.py
         | 
| 5 |  | 
| 6 | 
             
            echo "launching the app"
         | 
| 7 | 
             
            pause
         | 
|  | |
| 1 | 
             
            @echo off
         | 
| 2 |  | 
| 3 | 
             
            call venv\scripts\activate
         | 
| 4 | 
            +
            python app.py %*
         | 
| 5 |  | 
| 6 | 
             
            echo "launching the app"
         | 
| 7 | 
             
            pause
         |