Spaces:
Runtime error
Runtime error
ORI-Muchim
commited on
Commit
•
3cfcee8
1
Parent(s):
f049554
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ if __name__ == '__main__':
|
|
105 |
|
106 |
with gr.Column():
|
107 |
gr.Markdown(f"## {name}\n\n"
|
108 |
-
f"![cover](file/{cover_path})\n\n"
|
109 |
f"lang: {lang}")
|
110 |
tts_input1 = gr.TextArea(label="Text (5000 words limitation)", value=example,
|
111 |
elem_id=f"tts-input{i}")
|
|
|
105 |
|
106 |
with gr.Column():
|
107 |
gr.Markdown(f"## {name}\n\n"
|
108 |
+
f"![cover](file/{cover_path})\n\n"
|
109 |
f"lang: {lang}")
|
110 |
tts_input1 = gr.TextArea(label="Text (5000 words limitation)", value=example,
|
111 |
elem_id=f"tts-input{i}")
|