kietnt0603 commited on
Commit
02e5658
1 Parent(s): d9f27b6

Update app.py

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