Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,6 @@ from transformers import XLNetTokenizer, XLNetForSequenceClassification
|
|
3 |
import gradio as gr
|
4 |
|
5 |
|
6 |
-
from google.colab import drive
|
7 |
-
|
8 |
|
9 |
# Path to the saved model
|
10 |
model_path = 'https://huggingface.co/spaces/AliArshad/SeverityPrediction/blob/main/XLNet_model_project_Core.pt' # Update with your model path
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
|
|
|
|
|
6 |
|
7 |
# Path to the saved model
|
8 |
model_path = 'https://huggingface.co/spaces/AliArshad/SeverityPrediction/blob/main/XLNet_model_project_Core.pt' # Update with your model path
|