Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -84,9 +84,9 @@ def create_gradio_interface(): 
     | 
|
| 84 | 
         
             
                    title="Text Classification Model",
         
     | 
| 85 | 
         
             
                    description="Enter text to classify it using the model.",
         
     | 
| 86 | 
         
             
                    examples=[
         
     | 
| 87 | 
         
            -
                        [" 
     | 
| 88 | 
         
            -
                        [" 
     | 
| 89 | 
         
            -
                        ["The  
     | 
| 90 | 
         
             
                    ],
         
     | 
| 91 | 
         
             
                    cache_examples=False  # Disable caching
         
     | 
| 92 | 
         
             
                )
         
     | 
| 
         | 
|
| 84 | 
         
             
                    title="Text Classification Model",
         
     | 
| 85 | 
         
             
                    description="Enter text to classify it using the model.",
         
     | 
| 86 | 
         
             
                    examples=[
         
     | 
| 87 | 
         
            +
                        ["I would like to bring to your attention a pothole on Main Street that has become a safety hazard. The pothole is quite deep and poses a risk to both drivers and pedestrians. I kindly request the council to inspect and repair it at the earliest to prevent any potential accidents or vehicle damage. Please let me know if any further information is required."],
         
     | 
| 88 | 
         
            +
                        ["I am writing to report a clogged drainage system in 1 tonsley. The blockage is causing water to accumulate, leading to potential flooding and sanitation issues. This situation poses a risk to public health and safety, especially during rainfall. I kindly request the council to inspect and resolve this issue at the earliest convenience."],
         
     | 
| 89 | 
         
            +
                        ["I am writing to report a persistent issue of loud noise coming from my neighbors at 1 tonsley. The noise, which occurs through out the day, has been causing significant disturbance to me and other residents in the area."]
         
     | 
| 90 | 
         
             
                    ],
         
     | 
| 91 | 
         
             
                    cache_examples=False  # Disable caching
         
     | 
| 92 | 
         
             
                )
         
     |