johnbridges commited on
Commit
e4fb2dd
·
2 Parent(s): 9329d65 1617fc0

Merge branch 'main' of Mungert:spaces/Mungert/GradLLM

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. 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>=0.26.3
 
4
  aio-pika==9.5.7
5
  pydantic==2.11.1
6
  pydantic-settings==2.10.1
7
+ spaces