Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Manish-4007
/
topic_suggest
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Manish-4007
commited on
Sep 6, 2023
Commit
84f87ff
·
1 Parent(s):
01aa817
generation time added
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import streamlit as st
2
3
@st.cache_resource
4
def load_topic_transfomers():
1
import streamlit as st
2
+
import time
3
4
@st.cache_resource
5
def load_topic_transfomers():