AI-cortex commited on
Commit
4399cd2
·
verified ·
1 Parent(s): 2f38204

Update app.py

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