Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import gradio as gr
|
|
| 5 |
learn = load_learner('model.pkl')
|
| 6 |
|
| 7 |
|
| 8 |
-
description = "
|
| 9 |
categories = (['알러지', '빈혈', '기관지염', '당뇨', '장염', '피로', '독감', '말라리아', '스트레스'])
|
| 10 |
|
| 11 |
|
|
|
|
| 5 |
learn = load_learner('model.pkl')
|
| 6 |
|
| 7 |
|
| 8 |
+
description = "GPTers_MedMax(메드맥스)_v1.2"
|
| 9 |
categories = (['알러지', '빈혈', '기관지염', '당뇨', '장염', '피로', '독감', '말라리아', '스트레스'])
|
| 10 |
|
| 11 |
|