memorease commited on
Commit
74d2ebd
·
verified ·
1 Parent(s): e79e34b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
 
5
  app = Flask(__name__)
6
 
7
- @app.route("/ask", methods=["POST"])
8
  def ask_question():
9
  try:
10
  client = Client("memorease/flan5_memorease")
 
4
 
5
  app = Flask(__name__)
6
 
7
+ @app.route("/", methods=["POST"])
8
  def ask_question():
9
  try:
10
  client = Client("memorease/flan5_memorease")