DGSpitzer commited on
Commit
6185c16
1 Parent(s): 4fab1b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,7 +31,7 @@ language_recognition_model = hub.Module(name='baidu_language_recognition')
31
  style_list = ['古风', '油画', '水彩', '卡通', '二次元', '浮世绘', '蒸汽波艺术', 'low poly', '像素风格', '概念艺术', '未来主义', '赛博朋克', '写实风格', '洛丽塔风格', '巴洛克风格', '超现实主义', '默认']
32
  style_list_EN = ['Chinese Ancient Style', 'Oil painting', 'Watercolor', 'Cartoon', 'Anime', 'Ukiyoe', 'Vaporwave', 'low poly', 'Pixel Style', 'Conceptual Art', 'Futurism', 'Cyberpunk', 'Realistic style', 'Lolita style', 'Baroque style', 'Surrealism', 'Default']
33
 
34
- tips = {"en": "Tips: The input text will be translated into Chinese for generation",
35
  "jp": "ヒント: 入力テキストは生成のために中国語に翻訳されます",
36
  "kor": "힌트: 입력 텍스트는 생성을 위해 중국어로 번역됩니다"}
37
 
@@ -395,7 +395,7 @@ with block:
395
  <h1 style="font-weight: 900; margin-bottom: 7px;">Text to Image to Music to Video</h1>
396
  </div>
397
  <p style="margin-bottom: 10px; font-size: 94%">
398
- Powered by <a href="https://huggingface.co/riffusion/riffusion-model-v1" target="_blank">Riffusion Model V1</a>, <a href="https://huggingface.co/spaces/runwayml/stable-diffusion-v1-5" target="_blank">Stable Diffusion V1.5</a>, <a href="https://huggingface.co/spaces/pharma/CLIP-Interrogator" target="_blank">CLIP Interrogator</a>, fffiloni's <a href="https://huggingface.co/spaces/fffiloni/spectrogram-to-music" target="_blank">Riffusion Text-to-Music</a> and baidu language translation projects
399
  </p>
400
  </div>
401
  """
 
31
  style_list = ['古风', '油画', '水彩', '卡通', '二次元', '浮世绘', '蒸汽波艺术', 'low poly', '像素风格', '概念艺术', '未来主义', '赛博朋克', '写实风格', '洛丽塔风格', '巴洛克风格', '超现实主义', '默认']
32
  style_list_EN = ['Chinese Ancient Style', 'Oil painting', 'Watercolor', 'Cartoon', 'Anime', 'Ukiyoe', 'Vaporwave', 'low poly', 'Pixel Style', 'Conceptual Art', 'Futurism', 'Cyberpunk', 'Realistic style', 'Lolita style', 'Baroque style', 'Surrealism', 'Default']
33
 
34
+ tips = {"en": "Tips: The input text will be translated into English for generation",
35
  "jp": "ヒント: 入力テキストは生成のために中国語に翻訳されます",
36
  "kor": "힌트: 입력 텍스트는 생성을 위해 중국어로 번역됩니다"}
37
 
 
395
  <h1 style="font-weight: 900; margin-bottom: 7px;">Text to Image to Music to Video</h1>
396
  </div>
397
  <p style="margin-bottom: 10px; font-size: 94%">
398
+ Powered by <a href="https://huggingface.co/riffusion/riffusion-model-v1" target="_blank">Riffusion Model V1</a>, <a href="https://huggingface.co/spaces/runwayml/stable-diffusion-v1-5" target="_blank">Stable Diffusion V1.5</a>, <a href="https://huggingface.co/spaces/pharma/CLIP-Interrogator" target="_blank">CLIP Interrogator</a>, fffiloni's <a href="https://huggingface.co/spaces/fffiloni/spectrogram-to-music" target="_blank">Riffusion Text-to-Music</a> and Baidu Language Translation projects
399
  </p>
400
  </div>
401
  """