Divyanshu04 commited on
Commit
4ae4f31
·
1 Parent(s): f225c85
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -23,13 +23,6 @@ ROOT = Path(os.path.relpath(ROOT, Path.cwd()))
23
 
24
  app = Flask(__name__)
25
 
26
- # @app.route('/', methods = ['GET', 'POST'])
27
- # def home():
28
- # if(request.method == 'GET'):
29
-
30
- # data = "Text2Image"
31
- # return jsonify({'service': data})
32
-
33
 
34
  # @app.route("/", methods=["POST"])
35
  def generate():
 
23
 
24
  app = Flask(__name__)
25
 
 
 
 
 
 
 
 
26
 
27
  # @app.route("/", methods=["POST"])
28
  def generate():