Respair commited on
Commit
cf663b6
1 Parent(s): 5e89881

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -1
app.py CHANGED
@@ -1,8 +1,21 @@
1
  INTROTXT = """# StyleTTS 2
2
  kudos to mrfakename for the base gradio code I'm borrowing here.
3
 
 
4
  日本語用
5
- The Text-guided inference may or may not work. you can only do inference max 512 tokens.
 
 
 
 
 
 
 
 
 
 
 
 
6
  **
7
  """
8
  import gradio as gr
 
1
  INTROTXT = """# StyleTTS 2
2
  kudos to mrfakename for the base gradio code I'm borrowing here.
3
 
4
+
5
  日本語用
6
+
7
+ Unfortunately, due to the variation in how floating-point operations are performed across different devices,
8
+ and given the intrinsic characteristics of models that incorporate diffusion components,
9
+ it is unlikely that you will achieve identical results to those obtained on the device where the model was originally trained.
10
+ So, the output you're about to hear may not accurately reflect the true performance of the model.
11
+
12
+ =========
13
+
14
+
15
+ 残念ながら、異なるデバイスで浮動小数点演算が異なる方法で行われるため、およびDiffusionコンポーネントを取り入れたモデルの固有の特性を考慮すると、
16
+ モデルが元々トレーニングされたデバイスで得られた結果と同じ結果を得ることは難しいでしょう。
17
+ その結果、以下で体験する出力はモデルの真の性能を正確に反映していない可能性があります。
18
+
19
  **
20
  """
21
  import gradio as gr