Nguyen DUng
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from huggingface_hub import InferenceClient
|
|
9 |
|
10 |
DESCRIPTION = """ # <center><b>TDN-M⚡</b></center>
|
11 |
### <center>TRỢ LÝ GIẢI ĐÁP MỌI CÂU HỎI BẰNG GIỌNG NÓI
|
12 |
-
### <center
|
13 |
"""
|
14 |
MORE = """ ## TRY Other Models
|
15 |
### Instant Video: Create Amazing Videos in 5 Second -> https://huggingface.co/spaces/KingNish/Instant-Video
|
@@ -101,7 +101,7 @@ async def generate3(prompt):
|
|
101 |
with gr.Blocks(css="style.css") as demo:
|
102 |
gr.Markdown(DESCRIPTION)
|
103 |
with gr.Row():
|
104 |
-
user_input = gr.Textbox(label="Prompt", value="
|
105 |
input_text = gr.Textbox(label="Input Text", elem_id="important")
|
106 |
output_audio = gr.Audio(label="JARVIS", type="filepath",
|
107 |
interactive=False,
|
|
|
9 |
|
10 |
DESCRIPTION = """ # <center><b>TDN-M⚡</b></center>
|
11 |
### <center>TRỢ LÝ GIẢI ĐÁP MỌI CÂU HỎI BẰNG GIỌNG NÓI
|
12 |
+
### <center>Công cụ miễn phí để bạn luyện kỹ năng nghe tiếng Anh hàng ngày. Để sử dụng, hãy viết một câu hỏi bất kỳ và gửi, bạn sẽ được trợ lý AI trả lời bằng giọng nói chuẩn tiếng Anh bản xứ.</center>
|
13 |
"""
|
14 |
MORE = """ ## TRY Other Models
|
15 |
### Instant Video: Create Amazing Videos in 5 Second -> https://huggingface.co/spaces/KingNish/Instant-Video
|
|
|
101 |
with gr.Blocks(css="style.css") as demo:
|
102 |
gr.Markdown(DESCRIPTION)
|
103 |
with gr.Row():
|
104 |
+
user_input = gr.Textbox(label="Prompt", value="Tell me the most attractive news you have today")
|
105 |
input_text = gr.Textbox(label="Input Text", elem_id="important")
|
106 |
output_audio = gr.Audio(label="JARVIS", type="filepath",
|
107 |
interactive=False,
|