Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -276,7 +276,7 @@ description = """ | |
| 276 | 
             
            - Search query generation(query reformulation) Tasks - I use flan-t5-base (large make better result,but too large for just this task)
         | 
| 277 | 
             
            - Qwen2.5-0.5B as good as small-size.
         | 
| 278 | 
             
            - anyway google T5 series on CPU is amazing
         | 
| 279 | 
            -
            ## Huggingface Free CPU  | 
| 280 | 
             
            - When duplicating a space, the build process can occasionally become stuck, requiring a manual restart to finish.
         | 
| 281 | 
             
            - Spaces may unexpectedly stop functioning or even be deleted, leading to the need to rework them. Refer to [issue](https://github.com/huggingface/hub-docs/issues/1633) for more information.
         | 
| 282 | 
             
            """
         | 
|  | |
| 276 | 
             
            - Search query generation(query reformulation) Tasks - I use flan-t5-base (large make better result,but too large for just this task)
         | 
| 277 | 
             
            - Qwen2.5-0.5B as good as small-size.
         | 
| 278 | 
             
            - anyway google T5 series on CPU is amazing
         | 
| 279 | 
            +
            ## Huggingface Free CPU Limitations
         | 
| 280 | 
             
            - When duplicating a space, the build process can occasionally become stuck, requiring a manual restart to finish.
         | 
| 281 | 
             
            - Spaces may unexpectedly stop functioning or even be deleted, leading to the need to rework them. Refer to [issue](https://github.com/huggingface/hub-docs/issues/1633) for more information.
         | 
| 282 | 
             
            """
         |