Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -67,7 +67,7 @@ def ask_openai(question): 
     | 
|
| 67 | 
         
             
                            if message.content and message.content[0].type == 'text':
         
     | 
| 68 | 
         
             
                                response_text = message.content[0].text.value
         
     | 
| 69 | 
         | 
| 70 | 
         
            -
                    gradio_client = Client("https://tonic1-tulu.hf.space/--replicas/ 
     | 
| 71 | 
         
             
                    final_result = gradio_client.predict(
         
     | 
| 72 | 
         
             
                        response_text,  
         
     | 
| 73 | 
         
             
                        "I am Tulu, an Expert Plant Doctor, I will exactly summarize the information you provide to me.",
         
     | 
| 
         | 
|
| 67 | 
         
             
                            if message.content and message.content[0].type == 'text':
         
     | 
| 68 | 
         
             
                                response_text = message.content[0].text.value
         
     | 
| 69 | 
         | 
| 70 | 
         
            +
                    gradio_client = Client("https://tonic1-tulu.hf.space/--replicas/gzzjr/")
         
     | 
| 71 | 
         
             
                    final_result = gradio_client.predict(
         
     | 
| 72 | 
         
             
                        response_text,  
         
     | 
| 73 | 
         
             
                        "I am Tulu, an Expert Plant Doctor, I will exactly summarize the information you provide to me.",
         
     |