Spaces:
Runtime error
Runtime error
ThongAccount
commited on
Commit
·
a132611
1
Parent(s):
b1041b8
dsdwsa
Browse files
app.py
CHANGED
@@ -62,8 +62,7 @@ demo = gr.ChatInterface(
|
|
62 |
fn=respond,
|
63 |
title="🤖 Trợ lý AI Tiếng Việt (Translate-then-Predict)",
|
64 |
description="💬 Nhập tiếng Việt ➔ dịch tiếng Anh ➔ hỏi model ➔ dịch lại tiếng Việt.",
|
65 |
-
theme="soft"
|
66 |
-
api_open=True, # <- thêm dòng này để mở API mode
|
67 |
)
|
68 |
|
69 |
if __name__ == "__main__":
|
|
|
62 |
fn=respond,
|
63 |
title="🤖 Trợ lý AI Tiếng Việt (Translate-then-Predict)",
|
64 |
description="💬 Nhập tiếng Việt ➔ dịch tiếng Anh ➔ hỏi model ➔ dịch lại tiếng Việt.",
|
65 |
+
theme="soft"
|
|
|
66 |
)
|
67 |
|
68 |
if __name__ == "__main__":
|