Merge branch 'main' of Mungert:spaces/Mungert/GradLLM
Browse files- app.py +1 -0
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -145,3 +145,4 @@ if __name__ == "__main__":
|
|
| 145 |
# For local runs; on HF Spaces, the SDK manages the server.
|
| 146 |
import uvicorn
|
| 147 |
uvicorn.run(app, host="0.0.0.0", port=7860)
|
|
|
|
|
|
| 145 |
# For local runs; on HF Spaces, the SDK manages the server.
|
| 146 |
import uvicorn
|
| 147 |
uvicorn.run(app, host="0.0.0.0", port=7860)
|
| 148 |
+
|
requirements.txt
CHANGED
|
@@ -4,4 +4,4 @@ uvicorn==0.35.0
|
|
| 4 |
aio-pika==9.5.7
|
| 5 |
pydantic==2.11.1
|
| 6 |
pydantic-settings==2.10.1
|
| 7 |
-
spaces
|
|
|
|
| 4 |
aio-pika==9.5.7
|
| 5 |
pydantic==2.11.1
|
| 6 |
pydantic-settings==2.10.1
|
| 7 |
+
spaces
|