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