dangtiendatdat commited on
Commit
4c950db
·
verified ·
1 Parent(s): c244d96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ if __name__ == "__main__":
52
  chatkey = args.chatkey
53
  skinkey = args.skinkey
54
 
55
- Main = gr.TabbedInterface([BrainTumor.create_brain_tumor_detect(), Pneumonia.create_pneumonia_tab(), Detectskindisease.create_skin_tab(skinkey), ChatBot.create_Chatbot_tab(chatkey)],
56
  tab_names = ["Chẩn Đoán Khối U Não", "Chẩn Đoán Tình Trạng Phổi", "Chẩn Đoán Bệnh Ngoài Da", "Tư Vấn Sức Khỏe Thông Minh"],
57
  theme = "HaleyCH/HaleyCH_Theme",
58
  js = js,css=css)
 
52
  chatkey = args.chatkey
53
  skinkey = args.skinkey
54
 
55
+ Main = gr.TabbedInterface([BrainTumor.create_brain_tumor_detect(), Pneumonia.create_pneumonia_tab(), Detectskindisease.create_skin_tab(skinkey), Chatbot.create_Chatbot_tab(chatkey)],
56
  tab_names = ["Chẩn Đoán Khối U Não", "Chẩn Đoán Tình Trạng Phổi", "Chẩn Đoán Bệnh Ngoài Da", "Tư Vấn Sức Khỏe Thông Minh"],
57
  theme = "HaleyCH/HaleyCH_Theme",
58
  js = js,css=css)