Spaces:
Running
Running
Commit
·
a233401
1
Parent(s):
b0af849
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import transformers
|
|
3 |
import parrot
|
4 |
import torch
|
5 |
#parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5")
|
6 |
-
|
7 |
-
|
8 |
|
9 |
@app.route("/", methods=["GET", "POST"])
|
10 |
def index():
|
|
|
3 |
import parrot
|
4 |
import torch
|
5 |
#parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5")
|
6 |
+
|
7 |
+
app = Flask(__name__)
|
8 |
|
9 |
@app.route("/", methods=["GET", "POST"])
|
10 |
def index():
|