Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Update gradio_app.py
Browse files- gradio_app.py +15 -15
 
    	
        gradio_app.py
    CHANGED
    
    | 
         @@ -95,19 +95,19 @@ load_chat( 
     | 
|
| 95 | 
         
             
                title=TITLE,
         
     | 
| 96 | 
         
             
                description=DESCRIPTION,
         
     | 
| 97 | 
         
             
                theme="ocean",
         
     | 
| 98 | 
         
            -
                examples=[
         
     | 
| 99 | 
         
            -
             
     | 
| 100 | 
         
            -
             
     | 
| 101 | 
         
            -
             
     | 
| 102 | 
         
            -
             
     | 
| 103 | 
         
            -
             
     | 
| 104 | 
         
            -
             
     | 
| 105 | 
         
            -
             
     | 
| 106 | 
         
            -
             
     | 
| 107 | 
         
            -
             
     | 
| 108 | 
         
            -
             
     | 
| 109 | 
         
            -
             
     | 
| 110 | 
         
            -
             
     | 
| 111 | 
         
            -
                ],
         
     | 
| 112 | 
         
            -
                cache_examples=False
         
     | 
| 113 | 
         
             
            ).queue().launch(allowed_paths=["/static"])
         
     | 
| 
         | 
|
| 95 | 
         
             
                title=TITLE,
         
     | 
| 96 | 
         
             
                description=DESCRIPTION,
         
     | 
| 97 | 
         
             
                theme="ocean",
         
     | 
| 98 | 
         
            +
                # examples=[
         
     | 
| 99 | 
         
            +
                #     {
         
     | 
| 100 | 
         
            +
                #         "text": "ุฃุฎุจุฑูู ู
ุง ุงุณู
 ุงูู
ุจูู ุงูู
ูุฌูุฏ ูู ุงูุตูุฑุฉ ูุงูุดูุก ุงูู
ุซูุฑ ููุงูุชู
ุงู
 ููู",
         
     | 
| 101 | 
         
            +
                #         "files": ["https://cdn.mos.cms.futurecdn.net/5HrnHp9ybAqYrtruKAsfkN-1200-80.jpg"],
         
     | 
| 102 | 
         
            +
                #     },
         
     | 
| 103 | 
         
            +
                #     {
         
     | 
| 104 | 
         
            +
                #         "text": "ู
ุง ูู ุงูุนูู
 ุงูู
ูุฌูุฏ ูู ุงูุตูุฑุฉุ", 
         
     | 
| 105 | 
         
            +
                #         "files": ["https://mtc.ae/wp-content/uploads/2023/09/Satin-UAE-Flag-UAE-F-B-Blank.jpg"],
         
     | 
| 106 | 
         
            +
                #     },
         
     | 
| 107 | 
         
            +
                #     {
         
     | 
| 108 | 
         
            +
                #         "text": "How many people are there in the image?",
         
     | 
| 109 | 
         
            +
                #         "files": ["https://i0.wp.com/eatpitapita.com/wp-content/uploads/2020/02/Arab-Muslim-or-Middle-Eastern-Preview.jpg"]
         
     | 
| 110 | 
         
            +
                #     },
         
     | 
| 111 | 
         
            +
                # ],
         
     | 
| 112 | 
         
            +
                # cache_examples=False
         
     | 
| 113 | 
         
             
            ).queue().launch(allowed_paths=["/static"])
         
     |