Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Upload app.py
Browse filesremoving hugging face login()
    	
        app.py
    CHANGED
    
    | @@ -7,9 +7,6 @@ from tools.final_answer import FinalAnswerTool | |
| 7 | 
             
            from tools.visit_webpage import VisitWebpageTool
         | 
| 8 | 
             
            from tools.web_search import DuckDuckGoSearchTool
         | 
| 9 | 
             
            from Gradio_UI import GradioUI
         | 
| 10 | 
            -
            from huggingface_hub import login
         | 
| 11 | 
            -
             | 
| 12 | 
            -
            login()
         | 
| 13 |  | 
| 14 |  | 
| 15 | 
             
            # Below is an example of a tool that does nothing. Amaze us with your creativity !
         | 
|  | |
| 7 | 
             
            from tools.visit_webpage import VisitWebpageTool
         | 
| 8 | 
             
            from tools.web_search import DuckDuckGoSearchTool
         | 
| 9 | 
             
            from Gradio_UI import GradioUI
         | 
|  | |
|  | |
|  | |
| 10 |  | 
| 11 |  | 
| 12 | 
             
            # Below is an example of a tool that does nothing. Amaze us with your creativity !
         | 
