Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -288,7 +288,8 @@ iface = gr.Interface( | |
| 288 | 
             
                ],
         | 
| 289 | 
             
                title="Enhanced File and Web Page Processor for Hugging Face Chat Tools",
         | 
| 290 | 
             
                description="Enter the URL of an image, video, document, or web page. The tool will handle it accordingly: images will be displayed as Markdown, documents will have their text extracted, and web pages will have their content structured and displayed. This tool is designed for use with Hugging Face Chat Tools. \n [https://hf.co/chat/tools/66f1a8159d41ad4398ebb711](https://hf.co/chat/tools/66f1a8159d41ad4398ebb711)",
         | 
| 291 | 
            -
                concurrency_limit=None
         | 
|  | |
| 292 | 
             
            )
         | 
| 293 |  | 
| 294 | 
             
            iface.launch()
         | 
|  | |
| 288 | 
             
                ],
         | 
| 289 | 
             
                title="Enhanced File and Web Page Processor for Hugging Face Chat Tools",
         | 
| 290 | 
             
                description="Enter the URL of an image, video, document, or web page. The tool will handle it accordingly: images will be displayed as Markdown, documents will have their text extracted, and web pages will have their content structured and displayed. This tool is designed for use with Hugging Face Chat Tools. \n [https://hf.co/chat/tools/66f1a8159d41ad4398ebb711](https://hf.co/chat/tools/66f1a8159d41ad4398ebb711)",
         | 
| 291 | 
            +
                concurrency_limit=None,
         | 
| 292 | 
            +
                api_name="main"
         | 
| 293 | 
             
            )
         | 
| 294 |  | 
| 295 | 
             
            iface.launch()
         | 
