Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	update mistral fix
Browse files- pyproject.toml +1 -0
- requirements.txt +1 -2
    	
        pyproject.toml
    CHANGED
    
    | @@ -34,6 +34,7 @@ nvidia-gradio = { git = "https://github.com/AK391/nvidia-gradio.git" } | |
| 34 | 
             
            dashscope-gradio = { git = "https://github.com/AK391/dashscope-gradio.git" }
         | 
| 35 | 
             
            fal-gradio = { git = "https://github.com/AK391/fal-gradio.git" }
         | 
| 36 | 
             
            replicate-gradio = { git = "https://github.com/AK391/replicate-gradio.git" }
         | 
|  | |
| 37 |  | 
| 38 | 
             
            [tool.ruff]
         | 
| 39 | 
             
            # Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.
         | 
|  | |
| 34 | 
             
            dashscope-gradio = { git = "https://github.com/AK391/dashscope-gradio.git" }
         | 
| 35 | 
             
            fal-gradio = { git = "https://github.com/AK391/fal-gradio.git" }
         | 
| 36 | 
             
            replicate-gradio = { git = "https://github.com/AK391/replicate-gradio.git" }
         | 
| 37 | 
            +
            mistral-gradio = { git = "https://github.com/AK391/mistral-gradio.git" }
         | 
| 38 |  | 
| 39 | 
             
            [tool.ruff]
         | 
| 40 | 
             
            # Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.
         | 
    	
        requirements.txt
    CHANGED
    
    | @@ -178,8 +178,7 @@ markupsafe==2.1.5 | |
| 178 | 
             
                #   jinja2
         | 
| 179 | 
             
            mdurl==0.1.2
         | 
| 180 | 
             
                # via markdown-it-py
         | 
| 181 | 
            -
            mistral-gradio
         | 
| 182 | 
            -
                # via anychat (pyproject.toml)
         | 
| 183 | 
             
            mistralai==1.2.3
         | 
| 184 | 
             
                # via mistral-gradio
         | 
| 185 | 
             
            mpmath==1.3.0
         | 
|  | |
| 178 | 
             
                #   jinja2
         | 
| 179 | 
             
            mdurl==0.1.2
         | 
| 180 | 
             
                # via markdown-it-py
         | 
| 181 | 
            +
            mistral-gradio @ git+https://github.com/AK391/mistral-gradio.git
         | 
|  | |
| 182 | 
             
            mistralai==1.2.3
         | 
| 183 | 
             
                # via mistral-gradio
         | 
| 184 | 
             
            mpmath==1.3.0
         | 
