Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -117,6 +117,6 @@ gr.ChatInterface( | |
| 117 | 
             
                fn=generate,
         | 
| 118 | 
             
                chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
         | 
| 119 | 
             
                additional_inputs=additional_inputs,
         | 
| 120 | 
            -
                title=" | 
| 121 | 
             
            ).launch(show_api=False)
         | 
| 122 | 
             
            """
         | 
|  | |
| 117 | 
             
                fn=generate,
         | 
| 118 | 
             
                chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
         | 
| 119 | 
             
                additional_inputs=additional_inputs,
         | 
| 120 | 
            +
                title="Mistral 7B fine-tuned on MedExpQA with max RAG 32"
         | 
| 121 | 
             
            ).launch(show_api=False)
         | 
| 122 | 
             
            """
         | 
