Included missing imports for gradio and spaces in requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -23,4 +23,6 @@ internetarchive
|
|
| 23 |
h5py
|
| 24 |
rotary_embedding_torch
|
| 25 |
diffusers
|
| 26 |
-
timm
|
|
|
|
|
|
|
|
|
| 23 |
h5py
|
| 24 |
rotary_embedding_torch
|
| 25 |
diffusers
|
| 26 |
+
timm
|
| 27 |
+
gradio
|
| 28 |
+
spaces
|