Spaces:
Running
Running
Update app.py
Browse files
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),
|
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)
|