ThongAccount commited on
Commit
a132611
·
1 Parent(s): b1041b8
Files changed (1) hide show
  1. app.py +1 -2
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__":