Spaces:
Sleeping
Sleeping
Update app.py
#5
by
Solshine
- opened
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline, AutoConfig, AutoTokenizer, AutoModelForSeq2Se
|
|
4 |
from peft import PeftModel, PeftConfigimport streamlit as st
|
5 |
from streamlit_theme import theme
|
6 |
|
7 |
-
st.set_theme(
|
8 |
|
9 |
#Note this should be used always in compliance with applicable laws and regulations if used with real patient data.
|
10 |
|
|
|
4 |
from peft import PeftModel, PeftConfigimport streamlit as st
|
5 |
from streamlit_theme import theme
|
6 |
|
7 |
+
st.set_theme('pseudolab/huggingface-korea-theme')
|
8 |
|
9 |
#Note this should be used always in compliance with applicable laws and regulations if used with real patient data.
|
10 |
|