Spaces:
Runtime error
Runtime error
Adding torch so that we can run models
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ pandas~=0.25.3
|
|
7 |
numpy~=1.20.1
|
8 |
ipython~=7.21.0
|
9 |
gradio
|
10 |
-
wikipedia
|
|
|
|
7 |
numpy~=1.20.1
|
8 |
ipython~=7.21.0
|
9 |
gradio
|
10 |
+
wikipedia
|
11 |
+
torch
|