Spaces:
Running
Running
tudormunteanu
commited on
Commit
•
7976e67
1
Parent(s):
b8dc4ec
add missing deps
Browse files- README.md +3 -2
- requirements.txt +2 -1
README.md
CHANGED
@@ -16,5 +16,6 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
16 |
Test query:
|
17 |
|
18 |
|
19 |
-
```
|
20 |
-
write a simple Fizz Buzz function in Python.
|
|
|
|
16 |
Test query:
|
17 |
|
18 |
|
19 |
+
```markdown
|
20 |
+
write a simple Fizz Buzz function in Python.
|
21 |
+
```
|
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
transformers
|
2 |
torch
|
3 |
-
streamlit
|
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
+
streamlit
|
4 |
+
tiktoken
|