gowthamtamilkathir commited on
Commit
c3f9463
·
verified ·
1 Parent(s): 5d0b6cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from fastapi import FastAPI, Query
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
3
  import torch
4
- a=10
5
  app = FastAPI()
6
 
7
  # Load the model and tokenizer
 
1
  from fastapi import FastAPI, Query
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
3
  import torch
4
+
5
  app = FastAPI()
6
 
7
  # Load the model and tokenizer