PinkAlpaca commited on
Commit
48d18a7
·
verified ·
1 Parent(s): fb077ff

Update disabled2.py

Browse files
Files changed (1) hide show
  1. disabled2.py +2 -0
disabled2.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import os
2
  from pathlib import Path
3
  from fastapi import FastAPI, HTTPException
@@ -64,3 +65,4 @@ async def generate_text(item: Item):
64
 
65
  if __name__ == "__main__":
66
  uvicorn.run(app, host="0.0.0.0", port=8000)
 
 
1
+ '''
2
  import os
3
  from pathlib import Path
4
  from fastapi import FastAPI, HTTPException
 
65
 
66
  if __name__ == "__main__":
67
  uvicorn.run(app, host="0.0.0.0", port=8000)
68
+ '''