Spaces:
Sleeping
Sleeping
initial upload
Browse files- app.py +1 -1
- 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=
|
|
|
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
|