Spaces:
Sleeping
Sleeping
dangtiendatdat
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -43,10 +43,7 @@ css = """
|
|
43 |
"""
|
44 |
if __name__ == "__main__":
|
45 |
|
46 |
-
|
47 |
-
skinkey = "a8108953dbmsh2baabfa3db731fdp14177bjsnfebbe465261d"
|
48 |
-
|
49 |
-
Main = gr.TabbedInterface([BrainTumor.create_brain_tumor_detect(), Pneumonia.create_pneumonia_tab(), Detectskindisease.create_skin_tab(skinkey), Chatbot.create_Chatbot_tab(chatkey), Polyb.create_polyb(), skin.create_skin_tab_new(skinkey) ],
|
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","Khoanh Vùng Polyb", "Chuẩn Đoán Bệnh Ngoài Da Premium"],
|
51 |
theme = "HaleyCH/HaleyCH_Theme",
|
52 |
js = js,css=css)
|
|
|
43 |
"""
|
44 |
if __name__ == "__main__":
|
45 |
|
46 |
+
Main = gr.TabbedInterface([BrainTumor.create_brain_tumor_detect(), Pneumonia.create_pneumonia_tab(), Detectskindisease.create_skin_tab(), Chatbot.create_Chatbot_tab(), Polyb.create_polyb(), skin.create_skin_tab_new() ],
|
|
|
|
|
|
|
47 |
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","Khoanh Vùng Polyb", "Chuẩn Đoán Bệnh Ngoài Da Premium"],
|
48 |
theme = "HaleyCH/HaleyCH_Theme",
|
49 |
js = js,css=css)
|