Solshine commited on
Commit
70ba04d
1 Parent(s): cac308b

Update app.py

Browse files

Adding pseudolab/huggingface-korea-theme theme by Dongwook

Files changed (1) hide show
  1. app.py +1 -0
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