kumar9 commited on
Commit
c57b80a
·
1 Parent(s): b1b2a89

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -3
main.py CHANGED
@@ -12,9 +12,6 @@ model_name = 'kumar9/word-auto-filled'
12
  # Load the model and tokenizer
13
  model = AutoModel.from_pretrained(model_name)
14
 
15
- # Your inference code here
16
-
17
-
18
  @app.route("/", methods=["GET", "POST"])
19
  def index():
20
  return "Hello S4!"
 
12
  # Load the model and tokenizer
13
  model = AutoModel.from_pretrained(model_name)
14
 
 
 
 
15
  @app.route("/", methods=["GET", "POST"])
16
  def index():
17
  return "Hello S4!"