Spaces:
Sleeping
Sleeping
Update app.py
Browse filesAdding pseudolab/huggingface-korea-theme theme by Dongwook
app.py
CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
|
|
2 |
import pandas as pd
|
3 |
from transformers import pipeline, AutoConfig, AutoTokenizer, AutoModelForSeq2SeqLM, AutoModelForCausalLM, MistralForCausalLM
|
4 |
from peft import PeftModel, PeftConfig
|
|
|
5 |
|
6 |
#Note this should be used always in compliance with applicable laws and regulations if used with real patient data.
|
7 |
|
|
|
2 |
import pandas as pd
|
3 |
from transformers import pipeline, AutoConfig, AutoTokenizer, AutoModelForSeq2SeqLM, AutoModelForCausalLM, MistralForCausalLM
|
4 |
from peft import PeftModel, PeftConfig
|
5 |
+
gr.Blocks(theme= 'pseudolab/huggingface-korea-theme')
|
6 |
|
7 |
#Note this should be used always in compliance with applicable laws and regulations if used with real patient data.
|
8 |
|