Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
apscheduler
|
|
|
|
| 2 |
torch
|
| 3 |
git+https://github.com/arcee-ai/mergekit.git
|
| 4 |
-
# see https://huggingface.co/spaces/Wauplin/gradio_logsview
|
| 5 |
gradio_logsview@https://huggingface.co/spaces/Wauplin/gradio_logsview/resolve/main/gradio_logsview-0.0.5-py3-none-any.whl
|
| 6 |
-
fastapi
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
huggingface_hub
|
| 3 |
+
cryptography
|
| 4 |
+
pyyaml
|
| 5 |
apscheduler
|
| 6 |
+
gradio_logsview
|
| 7 |
torch
|
| 8 |
git+https://github.com/arcee-ai/mergekit.git
|
|
|
|
| 9 |
gradio_logsview@https://huggingface.co/spaces/Wauplin/gradio_logsview/resolve/main/gradio_logsview-0.0.5-py3-none-any.whl
|
| 10 |
+
fastapi
|