Spaces:
Runtime error
Runtime error
DeWitt Gibson
commited on
Commit
·
c24006f
1
Parent(s):
f632527
fix requirements
Browse files- requirements.txt +10 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,18 @@
|
|
| 1 |
-
# LLMGuardian - Minimal Requirements for HuggingFace Space# Root requirements.txt
|
|
|
|
|
|
|
| 2 |
|
| 3 |
# For full installation, see requirements-full.txt and requirements/base.txt-r requirements/base.txt
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
|
|
|
| 6 |
|
| 7 |
-
#
|
| 8 |
|
| 9 |
# This file only needs to list additional dependenciesclick>=8.1.0
|
| 10 |
|
|
|
|
| 1 |
+
# LLMGuardian - Minimal Requirements for HuggingFace Space# LLMGuardian - Minimal Requirements for HuggingFace Space# Root requirements.txt
|
| 2 |
+
|
| 3 |
+
# For full installation, see requirements-full.txt and requirements/base.txt
|
| 4 |
|
| 5 |
# For full installation, see requirements-full.txt and requirements/base.txt-r requirements/base.txt
|
| 6 |
|
| 7 |
+
# Note: Gradio and uvicorn are installed by HuggingFace automatically
|
| 8 |
+
|
| 9 |
+
# This file only needs to list additional dependencies
|
| 10 |
+
|
| 11 |
+
|
| 12 |
|
| 13 |
+
# No additional dependencies needed for the demo Space# Note: Gradio and uvicorn are installed by HuggingFace automatically# CLI Dependencies
|
| 14 |
|
| 15 |
+
# The app.py is standalone and only requires Gradio
|
| 16 |
|
| 17 |
# This file only needs to list additional dependenciesclick>=8.1.0
|
| 18 |
|