Spaces:
Runtime error
Runtime error
ORI-Muchim
commited on
Commit
•
f049554
1
Parent(s):
aa2bb75
Update app.py
Browse files
app.py
CHANGED
@@ -105,8 +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"☆*: .。. o(≧▽≦)o .。.:*☆"
|
110 |
f"lang: {lang}")
|
111 |
tts_input1 = gr.TextArea(label="Text (5000 words limitation)", value=example,
|
112 |
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}")
|