Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -107,15 +107,13 @@ css = """ 
     | 
|
| 107 | 
         
             
            """
         
     | 
| 108 | 
         | 
| 109 | 
         
             
            head = """> ***U*ltra-*R*esolution *A*daptation with *E*ase**
         
     | 
| 110 | 
         
            -
             
     | 
| 111 | 
         
            -
             
     | 
| 112 | 
         
            -
             
     | 
| 113 | 
         
            -
             
     | 
| 114 | 
         
            -
             
     | 
| 115 | 
         
            -
             
     | 
| 116 | 
         
            -
            > 
     | 
| 117 | 
         
            -
            > [xML Lab](https://sites.google.com/view/xml-nus), National University of Singapore
         
     | 
| 118 | 
         
            -
            > <br>
         
     | 
| 119 | 
         
             
            """
         
     | 
| 120 | 
         | 
| 121 | 
         
             
            with gr.Blocks(css=css) as demo:
         
     | 
| 
         | 
|
| 107 | 
         
             
            """
         
     | 
| 108 | 
         | 
| 109 | 
         
             
            head = """> ***U*ltra-*R*esolution *A*daptation with *E*ase**
         
     | 
| 110 | 
         
            +
             
     | 
| 111 | 
         
            +
            <div style="text-align: center; display: flex; justify-content: left; gap: 5px;">
         
     | 
| 112 | 
         
            +
            <a href="https://arxiv.org/abs/2503.16322"><img src="https://img.shields.io/badge/arXiv-2503.16322-A42C25.svg" alt="arXiv"></a> 
         
     | 
| 113 | 
         
            +
            <a href="https://huggingface.co/Huage001/URAE"><img src="https://img.shields.io/badge/🤗_HuggingFace-Model-ffbd45.svg" alt="HuggingFace"></a>
         
     | 
| 114 | 
         
            +
            <a href="https://huggingface.co/spaces/Yuanshi/URAE"><img src="https://img.shields.io/badge/🤗_HuggingFace-Space-ffbd45.svg" alt="HuggingFace"></a>
         
     | 
| 115 | 
         
            +
            <a href="https://huggingface.co/spaces/Yuanshi/URAE_dev"><img src="https://img.shields.io/badge/🤗_HuggingFace-Space-ffbd45.svg" alt="HuggingFace"></a>
         
     | 
| 116 | 
         
            +
            </div>
         
     | 
| 
         | 
|
| 
         | 
|
| 117 | 
         
             
            """
         
     | 
| 118 | 
         | 
| 119 | 
         
             
            with gr.Blocks(css=css) as demo:
         
     |