Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	remove duplicate tab
Browse files
    	
        app.py
    CHANGED
    
    | @@ -115,9 +115,6 @@ with gr.Blocks(fill_height=True) as demo: | |
| 115 | 
             
                with gr.Tab("Mistral"):
         | 
| 116 | 
             
                    demo_mistral.render()
         | 
| 117 | 
             
                    gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
         | 
| 118 | 
            -
                with gr.Tab("Fireworks"):
         | 
| 119 | 
            -
                    demo_fireworks.render()
         | 
| 120 | 
            -
                    gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
         | 
| 121 | 
             
                with gr.Tab("NVIDIA"):
         | 
| 122 | 
             
                    demo_nvidia.render()
         | 
| 123 | 
             
                    gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
         | 
|  | |
| 115 | 
             
                with gr.Tab("Mistral"):
         | 
| 116 | 
             
                    demo_mistral.render()
         | 
| 117 | 
             
                    gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
         | 
|  | |
|  | |
|  | |
| 118 | 
             
                with gr.Tab("NVIDIA"):
         | 
| 119 | 
             
                    demo_nvidia.render()
         | 
| 120 | 
             
                    gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
         | 
 
			
