jonghhhh commited on
Commit
71675d3
1 Parent(s): 2aff68f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -2,8 +2,7 @@ import streamlit as st
2
  import torch
3
  from transformers import BertConfig, BertForSequenceClassification, BertTokenizer
4
  import numpy as np
5
- import requests
6
- from io import BytesIO
7
 
8
  # Load the model and tokenizer
9
  def load_model():
 
2
  import torch
3
  from transformers import BertConfig, BertForSequenceClassification, BertTokenizer
4
  import numpy as np
5
+
 
6
 
7
  # Load the model and tokenizer
8
  def load_model():