Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
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()
|