nickmuchi commited on
Commit
b14f109
1 Parent(s): 93c8623

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@
5
 
6
 
7
  import validators, re
 
8
  from fake_useragent import UserAgent
9
  from bs4 import BeautifulSoup
10
  import streamlit as st
 
5
 
6
 
7
  import validators, re
8
+ import torch
9
  from fake_useragent import UserAgent
10
  from bs4 import BeautifulSoup
11
  import streamlit as st