davidmeikle commited on
Commit
04e9646
·
verified ·
1 Parent(s): 31718a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -194,9 +194,7 @@ iface = gr.Interface(
194
  - quality: Adjust vowel quality (e.g., ə → æ)
195
  - stress: Add stress marks (ˈ)
196
  - diphthongs: Combine vowels into diphthongs (e.g., ei → eɪ)
197
-
198
- Example: "piaʒe" → "piːˈæʒeɪ"
199
- """
200
  )
201
 
202
  iface.launch()
 
194
  - quality: Adjust vowel quality (e.g., ə → æ)
195
  - stress: Add stress marks (ˈ)
196
  - diphthongs: Combine vowels into diphthongs (e.g., ei → eɪ)
197
+ """
 
 
198
  )
199
 
200
  iface.launch()