Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	This Pull Request fixes the space (#1)
Browse files- This Pull Request fixes the space (4cda697f204203f31e38ae25952c1ce78c2b0f37)
Co-authored-by: Fabrice TIERCELIN <[email protected]>
- demo_sum.py +1 -0
 
    	
        demo_sum.py
    CHANGED
    
    | 
         @@ -315,6 +315,7 @@ sum_iface = gr.Interface( 
     | 
|
| 315 | 
         
             
                ),
         
     | 
| 316 | 
         | 
| 317 | 
         
             
                examples=sum_examples,
         
     | 
| 
         | 
|
| 318 | 
         
             
                title="生成式摘要(Abstractive Summarization)",
         
     | 
| 319 | 
         
             
                description='生成式摘要,用于电商领域的商品营销文案写作。输入商品信息,输出商品的营销文案。',
         
     | 
| 320 | 
         
             
                article=article
         
     | 
| 
         | 
|
| 315 | 
         
             
                ),
         
     | 
| 316 | 
         | 
| 317 | 
         
             
                examples=sum_examples,
         
     | 
| 318 | 
         
            +
                cache_examples=False,
         
     | 
| 319 | 
         
             
                title="生成式摘要(Abstractive Summarization)",
         
     | 
| 320 | 
         
             
                description='生成式摘要,用于电商领域的商品营销文案写作。输入商品信息,输出商品的营销文案。',
         
     | 
| 321 | 
         
             
                article=article
         
     |