DaniilAlpha commited on
Commit
93ff5cf
·
1 Parent(s): 8c66aa9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -4,6 +4,6 @@ from transformers import pipeline
4
 
5
  app = FastAPI()
6
 
7
- @app.get("/")
8
  def index():
9
  return {"output": "Hello world!"}
 
4
 
5
  app = FastAPI()
6
 
7
+ @app.get("/api/")
8
  def index():
9
  return {"output": "Hello world!"}