Spaces:
Sleeping
Sleeping
nafisehNik
commited on
Commit
•
f580570
1
Parent(s):
fc2a850
add notice.
Browse files
app.py
CHANGED
@@ -243,7 +243,7 @@ with st.sidebar:
|
|
243 |
|
244 |
# load logo
|
245 |
render_svg(open("assets/logo.svg").read())
|
246 |
-
|
247 |
|
248 |
prompt = create_instruction(in_name, in_about, in_title, in_labels, in_assignees, in_headline_type, in_headlines, in_summary)
|
249 |
|
|
|
243 |
|
244 |
# load logo
|
245 |
render_svg(open("assets/logo.svg").read())
|
246 |
+
st.markdown('The current demo runs on the CPU, making it slower than when the GPU is in use (each request takes 2-3 seconds on the GPU). A GPU-based demo is requested to HuggingFace team.')
|
247 |
|
248 |
prompt = create_instruction(in_name, in_about, in_title, in_labels, in_assignees, in_headline_type, in_headlines, in_summary)
|
249 |
|