kietnt0603 commited on
Commit
d9f27b6
·
1 Parent(s): f83fd8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
3
  import torch
 
4
  import numpy as np
5
 
6
  # Load the model and tokenizer
 
1
  import gradio as gr
2
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
3
  import torch
4
+ from typing import Dict, List
5
  import numpy as np
6
 
7
  # Load the model and tokenizer