dangtiendatdat commited on
Commit
958e418
·
verified ·
1 Parent(s): c405f6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,8 +48,8 @@ if __name__ == "__main__":
48
  chatkey = "f914daada5mshde035a916247607p148638jsn0abe47d56130"
49
  skinkey = "e287554254msh87d1bb377bc1408p1cebaejsn5d4db25922af"
50
 
51
- 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)],
52
- 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"],
53
  theme = "HaleyCH/HaleyCH_Theme",
54
  js = js,css=css)
55
  Main.launch( share=True, debug = True)
 
48
  chatkey = "f914daada5mshde035a916247607p148638jsn0abe47d56130"
49
  skinkey = "e287554254msh87d1bb377bc1408p1cebaejsn5d4db25922af"
50
 
51
+ Main = gr.TabbedInterface([BrainTumor.create_brain_tumor_detect(), Pneumonia.create_pneumonia_tab(), Detectskindisease.create_skin_tab(skinkey), ChatBot.create_Chatbot_tab(chatkey)],
52
+ 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"],
53
  theme = "HaleyCH/HaleyCH_Theme",
54
  js = js,css=css)
55
  Main.launch( share=True, debug = True)