Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	added title emoji
Browse files
    	
        app.py
    CHANGED
    
    | @@ -44,7 +44,7 @@ gr.Interface( | |
| 44 | 
             
                outputs=outputs,
         | 
| 45 | 
             
                verbose=True,
         | 
| 46 | 
             
                examples = examples,
         | 
| 47 | 
            -
                title="Language Detector",
         | 
| 48 | 
             
                description="A simple interface to detect 45 languages.",
         | 
| 49 | 
             
                article=article,
         | 
| 50 | 
             
                theme="huggingface"
         | 
|  | |
| 44 | 
             
                outputs=outputs,
         | 
| 45 | 
             
                verbose=True,
         | 
| 46 | 
             
                examples = examples,
         | 
| 47 | 
            +
                title="Language Detector 🔠",
         | 
| 48 | 
             
                description="A simple interface to detect 45 languages.",
         | 
| 49 | 
             
                article=article,
         | 
| 50 | 
             
                theme="huggingface"
         |