Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -92,7 +92,7 @@ demo = gr.Interface( 
     | 
|
| 92 | 
         
             
                    ["mistralai/Mistral-7B-v0.1", "gsm8k", "main", "test", "question"],
         
     | 
| 93 | 
         
             
                    ["mistralai/Mistral-7B-v0.1", "locuslab/TOFU", "world_facts", "train", "question"],
         
     | 
| 94 | 
         
             
                ],
         
     | 
| 95 | 
         
            -
                cache_examples= 
     | 
| 96 | 
         
             
            )
         
     | 
| 97 | 
         | 
| 98 | 
         
             
            demo.launch()
         
     | 
| 
         | 
|
| 92 | 
         
             
                    ["mistralai/Mistral-7B-v0.1", "gsm8k", "main", "test", "question"],
         
     | 
| 93 | 
         
             
                    ["mistralai/Mistral-7B-v0.1", "locuslab/TOFU", "world_facts", "train", "question"],
         
     | 
| 94 | 
         
             
                ],
         
     | 
| 95 | 
         
            +
                cache_examples=True
         
     | 
| 96 | 
         
             
            )
         
     | 
| 97 | 
         | 
| 98 | 
         
             
            demo.launch()
         
     |