Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -88,4 +88,4 @@ with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo: 
     | 
|
| 88 | 
         
             
                gr.Markdown("""<p align="center"><img src="https://github.com/sail-sg/sailor-llm/raw/main/misc/banner.jpg" style="height: 180px"/><p>""")
         
     | 
| 89 | 
         | 
| 90 | 
         | 
| 91 | 
         
            -
                demo.launch( 
     | 
| 
         | 
|
| 88 | 
         
             
                gr.Markdown("""<p align="center"><img src="https://github.com/sail-sg/sailor-llm/raw/main/misc/banner.jpg" style="height: 180px"/><p>""")
         
     | 
| 89 | 
         | 
| 90 | 
         | 
| 91 | 
         
            +
                demo.launch()  # Launching the web interface.
         
     |