imseldrith commited on
Commit
a233401
·
1 Parent(s): b0af849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- parrot=Parrot()
7
- #app = Flask(__name__)
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():