Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Ganesh43
/
Demo_space_2
like
0
Sleeping
App
Files
Files
Community
Ganesh43
commited on
Feb 29
Commit
e28f0eb
•
1 Parent(s):
f1c96e4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import streamlit as st
2
from transformers import BertTokenizer, BertModel
3
1
+
import torch
2
import streamlit as st
3
from transformers import BertTokenizer, BertModel
4