karpurna2 commited on
Commit
8b18427
·
1 Parent(s): 0d73845

initial upload

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -104,4 +104,4 @@ with gr.Blocks() as demo:
104
 
105
  # Launch the interface
106
  if __name__ == "__main__":
107
- demo.launch(share=True)
 
104
 
105
  # Launch the interface
106
  if __name__ == "__main__":
107
+ demo.launch(share=False)
requirements.txt CHANGED
@@ -5,7 +5,7 @@ transformers==4.40.0
5
  sentencepiece==0.1.99
6
  requests
7
  pandas
8
- numpy
9
  scikit-learn
10
  opencv-python
11
  opencv-contrib-python
 
5
  sentencepiece==0.1.99
6
  requests
7
  pandas
8
+ numpy<2
9
  scikit-learn
10
  opencv-python
11
  opencv-contrib-python