AUXteam commited on
Commit
54ce2ad
·
verified ·
1 Parent(s): c23c6ca

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app_output.log +4 -0
  2. requirements.txt +3 -0
app_output.log ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Traceback (most recent call last):
2
+ File "/app/app.py", line 3, in <module>
3
+ import gradio as gr
4
+ ModuleNotFoundError: No module named 'gradio'
requirements.txt CHANGED
@@ -20,5 +20,8 @@ matplotlib
20
  pydantic
21
  textdistance
22
  scipy
 
 
23
  transformers==4.38.2
24
  huggingface-hub>=0.33.5
 
 
20
  pydantic
21
  textdistance
22
  scipy
23
+ scikit-learn
24
+ sentence-transformers
25
  transformers==4.38.2
26
  huggingface-hub>=0.33.5
27
+ ipython