imessien commited on
Commit
95e0770
·
1 Parent(s): 45616d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,6 +3,6 @@ from transformers import AutoTokenizer, BertForSequenceClassification
3
 
4
  import gradio as gr
5
 
6
- gr.Interface.load("models/AkshatSurolia/ICD-10-Code-Prediction", outputs="text"
7
  title="ICD 10 Code Prediction", description="type in a disease and it will predict its ICD-10 codes",).launch(debug=True)
8
 
 
3
 
4
  import gradio as gr
5
 
6
+ gr.Interface.load("models/AkshatSurolia/ICD-10-Code-Prediction", outputs="text",
7
  title="ICD 10 Code Prediction", description="type in a disease and it will predict its ICD-10 codes",).launch(debug=True)
8