Spaces:
Running
Running
dangtiendatdat
commited on
Commit
•
a2528d8
1
Parent(s):
70704f5
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ 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),
|
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)
|
|
|
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)
|