phuongnv commited on
Commit
d01a85e
1 Parent(s): 873aeea

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -4,7 +4,7 @@ from pydantic import BaseModel
4
  import torch
5
  import selfies as sf
6
 
7
- app = FastAPI()
8
 
9
  # Load the model and tokenizer
10
  model_name = "model.gguf" # Replace with your model name
 
4
  import torch
5
  import selfies as sf
6
 
7
+ app = FastAPI(title="Retrosynthesis Prediction API", version="1.0")
8
 
9
  # Load the model and tokenizer
10
  model_name = "model.gguf" # Replace with your model name