Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|