aaloksan commited on
Commit
663bc77
·
1 Parent(s): 9f5aefb

fix:remoced pins of fastapi

Browse files
Files changed (2) hide show
  1. app.py +5 -1
  2. requirements.txt +0 -2
app.py CHANGED
@@ -83,4 +83,8 @@ with gr.Blocks(title="CUDA Kernel Optimizer") as demo:
83
 
84
 
85
  if __name__ == "__main__":
86
- demo.launch(show_error=True)
 
 
 
 
 
83
 
84
 
85
  if __name__ == "__main__":
86
+ demo.launch(
87
+ show_error=True,
88
+ server_name="0.0.0.0",
89
+ server_port=int(os.getenv("PORT", "7860")),
90
+ )
requirements.txt CHANGED
@@ -1,5 +1,3 @@
1
- fastapi>=0.112.0,<1.0
2
- uvicorn>=0.30.0
3
  pydantic>=2.7.0,<2.11
4
  openai>=1.0.0
5
  openenv-core==0.1.1
 
 
 
1
  pydantic>=2.7.0,<2.11
2
  openai>=1.0.0
3
  openenv-core==0.1.1