awacke1 commited on
Commit
e904bbd
·
verified ·
1 Parent(s): 20fc1c2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- streamlit
2
- Pillow
3
- requests
4
- huggingface_hub
5
- openai
 
1
+ streamlit # st.write(), st.text_input(), st.columns()
2
+ requests # requests.get(), requests.post(), requests.Session()
3
+ huggingface_hub # InferenceClient(), HfApi().login(), whoami()
4
+ openai # openai.ChatCompletion.create(), openai.Completion.create(), openai.Model.list()
5
+ Pillow # Image.open(), Image.save(), Image.resize()