dangtiendatdat commited on
Commit
ecb8b5f
·
verified ·
1 Parent(s): 4101d39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,8 +46,8 @@ if __name__ == "__main__":
46
  chatkey = "f914daada5mshde035a916247607p148638jsn0abe47d56130"
47
  skinkey = "e287554254msh87d1bb377bc1408p1cebaejsn5d4db25922af"
48
 
49
- Main = gr.TabbedInterface([BrainTumor.create_brain_tumor_detect(), Pneumonia.create_pneumonia_tab(), Detectskindisease.create_skin_tab(skinkey), Chatbot.create_Chatbot_tab(chatkey)],
50
- 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"],
51
  theme = "HaleyCH/HaleyCH_Theme",
52
  js = js,css=css)
53
  Main.launch( share=True, debug = True)
 
46
  chatkey = "f914daada5mshde035a916247607p148638jsn0abe47d56130"
47
  skinkey = "e287554254msh87d1bb377bc1408p1cebaejsn5d4db25922af"
48
 
49
+ Main = gr.TabbedInterface([BrainTumor.create_brain_tumor_detect(), Pneumonia.create_pneumonia_tab(), Detectskindisease.create_skin_tab(skinkey), Polyb.create_polyb(), ChatBot.create_Chatbot_tab(chatkey)],
50
+ 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","Phát hiện khối u đại tràng", "Tư Vấn Sức Khỏe Thông Minh"],
51
  theme = "HaleyCH/HaleyCH_Theme",
52
  js = js,css=css)
53
  Main.launch( share=True, debug = True)