Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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!"
|