Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	enabled stylettsv2 & maskgct; top_five print
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -107,7 +107,7 @@ AVAILABLE_MODELS = { 
     | 
|
| 107 | 
         
             
                'Flux9665/EnglishToucan': 'Flux9665/EnglishToucan', # 5.1
         
     | 
| 108 | 
         | 
| 109 | 
         
             
                # StyleTTS v2
         
     | 
| 110 | 
         
            -
                 
     | 
| 111 | 
         
             
                # StyleTTS kokoro
         
     | 
| 112 | 
         
             
                'hexgrad/kokoro': 'hexgrad/kokoro',
         
     | 
| 113 | 
         | 
| 
         @@ -115,7 +115,7 @@ AVAILABLE_MODELS = { 
     | 
|
| 115 | 
         
             
                # DEMANDS 300 seconds of ZeroGPU
         
     | 
| 116 | 
         
             
                # 'amphion/maskgct': 'amphion/maskgct',
         
     | 
| 117 | 
         
             
                # default ZeroGPU borrow time
         
     | 
| 118 | 
         
            -
                 
     | 
| 119 | 
         | 
| 120 | 
         
             
                # HF TTS w issues
         
     | 
| 121 | 
         
             
                'LeeSangHoon/HierSpeech_TTS': 'LeeSangHoon/HierSpeech_TTS', # irresponsive to exclamation marks # 4.29
         
     | 
| 
         @@ -624,6 +624,7 @@ for model in data: 
     | 
|
| 624 | 
         | 
| 625 | 
         
             
                if model[0] in AVAILABLE_MODELS.keys():
         
     | 
| 626 | 
         
             
                    top_five.append(model[0])
         
     | 
| 
         | 
|
| 627 | 
         | 
| 628 | 
         
             
            ####################################
         
     | 
| 629 | 
         
             
            # Router API
         
     | 
| 
         | 
|
| 107 | 
         
             
                'Flux9665/EnglishToucan': 'Flux9665/EnglishToucan', # 5.1
         
     | 
| 108 | 
         | 
| 109 | 
         
             
                # StyleTTS v2
         
     | 
| 110 | 
         
            +
                'Pendrokar/style-tts-2': 'Pendrokar/style-tts-2',
         
     | 
| 111 | 
         
             
                # StyleTTS kokoro
         
     | 
| 112 | 
         
             
                'hexgrad/kokoro': 'hexgrad/kokoro',
         
     | 
| 113 | 
         | 
| 
         | 
|
| 115 | 
         
             
                # DEMANDS 300 seconds of ZeroGPU
         
     | 
| 116 | 
         
             
                # 'amphion/maskgct': 'amphion/maskgct',
         
     | 
| 117 | 
         
             
                # default ZeroGPU borrow time
         
     | 
| 118 | 
         
            +
                'Svngoku/maskgct-audio-lab': 'Svngoku/maskgct-audio-lab',
         
     | 
| 119 | 
         | 
| 120 | 
         
             
                # HF TTS w issues
         
     | 
| 121 | 
         
             
                'LeeSangHoon/HierSpeech_TTS': 'LeeSangHoon/HierSpeech_TTS', # irresponsive to exclamation marks # 4.29
         
     | 
| 
         | 
|
| 624 | 
         | 
| 625 | 
         
             
                if model[0] in AVAILABLE_MODELS.keys():
         
     | 
| 626 | 
         
             
                    top_five.append(model[0])
         
     | 
| 627 | 
         
            +
            print(f"low vote top_five: {top_five}")
         
     | 
| 628 | 
         | 
| 629 | 
         
             
            ####################################
         
     | 
| 630 | 
         
             
            # Router API
         
     |