Solshine commited on
Commit
cd43897
1 Parent(s): 45c2a10

Upload MiniMed_EHR_Analyst_Spaces.py

Browse files

We're removing all the install commands because I'm a silly goose who didn't realize I should make a requirements file here.

Files changed (1) hide show
  1. MiniMed_EHR_Analyst_Spaces.py +0 -2
MiniMed_EHR_Analyst_Spaces.py CHANGED
@@ -1,5 +1,3 @@
1
- import os
2
- os.system('pip install streamlit pandas transformers')
3
  import streamlit as st
4
  import pandas as pd
5
  from transformers import pipeline, AutoTokenizer, AutoModelForCausalLM
 
 
 
1
  import streamlit as st
2
  import pandas as pd
3
  from transformers import pipeline, AutoTokenizer, AutoModelForCausalLM