Spaces:
Running
on
Zero
Running
on
Zero
davidmeikle
commited on
Update app.py
Browse files
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()
|