Spaces:
Running
Running
added scipy
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -115,4 +115,4 @@ demo = gr.Interface(
|
|
115 |
# port = 7865 # Port to run the server on
|
116 |
# demo.launch(server_name=server, server_port=port)
|
117 |
|
118 |
-
demo.launch()
|
|
|
115 |
# port = 7865 # Port to run the server on
|
116 |
# demo.launch(server_name=server, server_port=port)
|
117 |
|
118 |
+
demo.launch()
|
requirements.txt
CHANGED
@@ -42,5 +42,5 @@ lmdb==1.5.1
|
|
42 |
torch==2.5.0
|
43 |
torchvision==0.20.0
|
44 |
easydict==1.13
|
45 |
-
scipy==1.
|
46 |
|
|
|
42 |
torch==2.5.0
|
43 |
torchvision==0.20.0
|
44 |
easydict==1.13
|
45 |
+
scipy==1.13.1
|
46 |
|