Spaces:
Running
Running
ORI-Muchim
commited on
Commit
·
a7fa00a
1
Parent(s):
db6ab0a
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ if __name__ == '__main__':
|
|
118 |
with gr.Tabs():
|
119 |
for i, (name, cover_path, speakers, lang, example, symbols, tts_fn,
|
120 |
to_phoneme_fn) in enumerate(models_tts):
|
121 |
-
with gr.TabItem(f"ONFIRE):
|
122 |
with gr.Column():
|
123 |
gr.Markdown(f"## {name}\n\n"
|
124 |
f"![cover](file/{cover_path})\n\n"
|
|
|
118 |
with gr.Tabs():
|
119 |
for i, (name, cover_path, speakers, lang, example, symbols, tts_fn,
|
120 |
to_phoneme_fn) in enumerate(models_tts):
|
121 |
+
with gr.TabItem(f"ONFIRE"):
|
122 |
with gr.Column():
|
123 |
gr.Markdown(f"## {name}\n\n"
|
124 |
f"![cover](file/{cover_path})\n\n"
|